Skip to content
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

Closed
erickt opened this issue Jun 13, 2012 · 1 comment
Closed

Allow trailing commas in import globs #2582

erickt opened this issue Jun 13, 2012 · 1 comment

Comments

@erickt
Copy link
Contributor

erickt commented Jun 13, 2012

Pretty much every other construct allows trailing commas, so glob imports like this should work too:

import elasticsearch::{
    client,
    create_index_builder,
    index_builder,
    json_dict_builder,
};
@ghost ghost assigned lkuper Jun 13, 2012
@lkuper
Copy link
Contributor

lkuper commented Jun 13, 2012

I'll take this one. Incidentally, 2075622 should make it slightly easier to tell where trailing separators are currently allowed/disallowed.

@lkuper lkuper closed this as completed Jun 13, 2012
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.
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 <celinval@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants