-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow trailing commas in import globs #2582
Comments
ghost
assigned lkuper
Jun 13, 2012
I'll take this one. Incidentally, 2075622 should make it slightly easier to tell where trailing separators are currently allowed/disallowed. |
brson
pushed a commit
to brson/rust
that referenced
this issue
Jun 14, 2012
matthewjasper
added a commit
to matthewjasper/rust
that referenced
this issue
Feb 23, 2019
This operator creates a raw pointer to a Place directly, without first creating a reference. See RFC rust-lang#2582 for motivation. The Rvalue is currently unused.
3 tasks
matthewjasper
added a commit
to matthewjasper/rust
that referenced
this issue
Dec 14, 2019
This operator creates a raw pointer to a Place directly, without first creating a reference. See RFC rust-lang#2582 for motivation. The Rvalue is currently unused.
matthewjasper
added a commit
to matthewjasper/rust
that referenced
this issue
Dec 18, 2019
This operator creates a raw pointer to a Place directly, without first creating a reference. See RFC rust-lang#2582 for motivation. The Rvalue is currently unused.
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Oct 4, 2022
more details in stacked borrows tag tracking
Aaron1011
pushed a commit
to Aaron1011/rust
that referenced
this issue
Jan 6, 2023
more details in stacked borrows tag tracking
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Update Rust toolchain from nightly-2023-06-20 to nightly-2023-06-21 without any other source changes. Co-authored-by: celinval <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pretty much every other construct allows trailing commas, so glob imports like this should work too:
The text was updated successfully, but these errors were encountered: