Skip to content

test: Remove all ~[T] from tests, libgetopts, compiletest, librustdoc, and libnum - #12837

Closed
pcwalton wants to merge 3 commits into
rust-lang:masterfrom
pcwalton:devecing-tests
Closed

test: Remove all ~[T] from tests, libgetopts, compiletest, librustdoc, and libnum#12837
pcwalton wants to merge 3 commits into
rust-lang:masterfrom
pcwalton:devecing-tests

Conversation

@pcwalton

Copy link
Copy Markdown
Contributor

@huonw

Copy link
Copy Markdown
Contributor

I'm updating this.

@huonw

Copy link
Copy Markdown
Contributor

Superseded by #13056

@huonwhuonw closed this Mar 21, 2014
bors added a commit that referenced this pull request Mar 21, 2014
test: Remove all `~[T]` from tests, libgetopts, compiletest, librustdoc, and libnum
And most from libtest, libflate, and adds `deny(deprecated_owned_vector)`s to the smaller modules with that have zero (or nearly zero) uses of `~[T]`.
Revival of #12837
lnicola pushed a commit to lnicola/rust that referenced this pull request Aug 9, 2022
…data, r=Veykril
feat: support associated values in "Generate Enum Variant" assist
This change adds support for associated values to the "Generate Enum Variant" assist.
I've split the implementation out into 4 steps to make code review easier:
- Add "add_variant" support to the structural ast editing system in `edit_in_place`
- Migrate `generate_enum_variant` to use structural ast editing instead of string manipulation
- Support tuple fields
- Support record fields
Please let me know if I should leave the commits as-is, or squash before merging.
Fixesrust-lang#12797
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 13, 2024
…=dswij
Fix `to_string_in_format_args` with macro call receiver
Fixes part of rust-lang#12837
changelog: none
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@pcwalton@huonw@brson@bors