Uh oh!
There was an error while loading. Please reload this page.
Support use *; and use ::*;. - #37367
Conversation
jseyfried
commented
Oct 23, 2016
cc @rust-lang/lang, @petrochenkov, @retep998 |
1d513a9 to
4a93648Comparenrc
commented
Oct 25, 2016
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. |
withoutboats
commented
Oct 25, 2016
@rfcbot reviewed Accepting this is definitely the behavior I would expect. (I'd also really like to see |
steveklabnik
commented
Oct 25, 2016
What's the motivation here? basically, there's nearly no actual motivation here or in #31484. |
nrc
commented
Oct 25, 2016
This doesn't support |
nrc
commented
Oct 25, 2016
@withoutboats@dikaiosune the rfcbot reviewed comment didn't tick off the box in the request for feedback, is it meant to? |
nrc
commented
Oct 25, 2016
@bors: r+ |
bors
commented
Oct 25, 2016
📌 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 :) |
rfcbot
commented
Oct 25, 2016
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 |
steveklabnik
commented
Oct 25, 2016
Okay, so it's more that the |
Support `use *;` and `use ::*;`. Fixesrust-lang#31484. r? @nrc
bors
commented
Oct 28, 2016
bors
commented
Oct 29, 2016
nikomatsakis
commented
Nov 2, 2016
Similarly to #37035, arguably this should have been feature-gated (and moved for stabilization in the next cycle). |
Fixes#31484.
r? @nrc