-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Tracking issue for RFC PR 385 - module system cleanup #18219
Comments
These three are backwards compatible (so shouldn't block 1.0), however, the first in particular is a wart, so I think we'd be happy to see that fixed pre-1.0 at least. |
P-high, not 1.0 (though some would be happy to see a PR for this sooner). |
@pnkfelix The message from the triage meeting says not 1.0, but the issue was put on the milestone anyway? |
Nominating. From previous discussion it's not clear what milestone this belongs on, if any. |
Removing the ordering restriction would be nice for 1.0 (not 1.0-beta). The other two bullets are not necessary for 1.0. 1.0 milestone. |
This implements an important part of RFC PR 385 (see #18219).
This implements an important part of RFC PR 385 (see #18219).
This implements an important part of RFC PR 385 (see #18219).
Note to self: work out what still needs to be done |
#![feature(core)]
pub extern crate core;
fn main() { } compiles on play: http://is.gd/RZrZ5X |
So,
Does not give an error. But, The ordering restrictions are gone. I'll close this issue an open one for the extern crate bug. |
(which is #24219 for anyone else wondering) |
…Veykril fix: Fix bootstrap error message being incorrect precedence ...
mod
,extern crate
, and other items;extern crate
in non-module blocks;pub extern crate
.The text was updated successfully, but these errors were encountered: