-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Support use *;
and use ::*;
.
#37367
Support use *;
and use ::*;
.
#37367
Conversation
cc @rust-lang/lang, @petrochenkov, @retep998 |
1d513a9
to
4a93648
Compare
This seems reasonable to me (r=me), but is technically a language change, so I'd like the lang team to approve and/or discuss. @rfcbot fcp merge |
Team member nrc has proposed to merge this. The next step is review by the rest of the tagged teams: No concerns currently listed. See this document for info about what commands tagged team members can give me. |
@rfcbot reviewed Accepting this is definitely the behavior I would expect. (I'd also really like to see |
What's the motivation here? basically, there's nearly no actual motivation here or in #31484. |
This doesn't support |
@withoutboats @dikaiosune the rfcbot reviewed comment didn't tick off the box in the request for feedback, is it meant to? |
@bors: r+ |
📌 Commit 4a93648 has been approved by |
@nrc it's a race condition with some DB interaction that I fixed this morning, but haven't deployed yet. Can you manually check the box for now? (see rust-lang/rfcbot-rs#91) EDIT: Or not, just realized you already r+'d :) |
All relevant subteam members have reviewed. No concerns remain. |
Given that What I meant with my earlier comment is, |
@steveklabnik you're right that the |
Okay, so it's more that the |
Support `use *;` and `use ::*;`. Fixes rust-lang#31484. r? @nrc
Similarly to #37035, arguably this should have been feature-gated (and moved for stabilization in the next cycle). |
Fixes #31484.
r? @nrc