Uh oh!
There was an error while loading. Please reload this page.
Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. - #54403
Conversation
This comment has been minimized.
This comment has been minimized.
petrochenkov
commented
Sep 20, 2018
* |
eddyb
commented
Sep 20, 2018
@petrochenkov Right, we already have a distinction between "the feature-gate is stable" (which is what this PR affects) and "the feature affects semantics vs migrations" (which this PR doesn't touch). |
85b3d71 to
51abc8aComparealexcrichton
commented
Sep 20, 2018
@bors: r+ |
bors
commented
Sep 20, 2018
📌 Commit 51abc8a9b8365f961e5a27a071f6d50b64174716 has been approved by |
alexcrichton
commented
Sep 20, 2018
@bors: p=1 |
alexcrichton
commented
Sep 20, 2018
@bors: p=3 |
This comment has been minimized.
This comment has been minimized.
alexcrichton
commented
Sep 20, 2018
@bors: r- |
|
51abc8a to
3a29043Compareeddyb
commented
Sep 20, 2018
@bors r=alexcrichton |
bors
commented
Sep 20, 2018
📌 Commit 3a290435a872d5a18232272e1947bb9f39fc51d6 has been approved by |
It looks like this stabilizes the Edit: nevermind, misread the diff. 😅 |
@rpjohnst |
[beta] Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. Beta backport of #54403. r? @alexcrichton
Remove `fix::local_paths_no_fix`, as `crate_in_paths` is getting stabilized. Needed for rust-lang/rust#54403 (blocking RC1). Ideally we'd also clean up the tests, e.g. removing `#![feature(rust_2018_preview)]` and `is_nightly` checks, but it's easier to just remove the only failing test (because it tests the feature gate is needed).
adc4785 to
0870121Compareeddyb
commented
Sep 21, 2018
@bors r=alexcrichton |
bors
commented
Sep 21, 2018
📌 Commit 0870121ed1e97386a1bdfdcf966d2d454eab60d3 has been approved by |
rust-highfive
commented
Sep 21, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
ehuss
commented
Sep 21, 2018
This will need all the changes from #54334 if you want to update cargo. |
alexcrichton
commented
Sep 21, 2018
bors
commented
Sep 22, 2018
☔ The latest upstream changes (presumably #54334) made this pull request unmergeable. Please resolve the merge conflicts. |
0870121 to
fa2c246Compareeddyb
commented
Sep 22, 2018
@bors r=alexcrichton |
bors
commented
Sep 22, 2018
📌 Commit fa2c246 has been approved by |
bors
commented
Sep 22, 2018
Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. Needed for beta, path-related migrations to Rust 2018 don't work on RC1 without these stabilizations. r? @aturon cc @nikomatsakis@Centril@alexcrichton
bors
commented
Sep 22, 2018
☀️ Test successful - status-appveyor, status-travis |
Stabilization PR: rust-lang/rust#54403
alexcrichton
commented
Oct 17, 2018
A bit late to the punch, but this may have caused a 5-6% decrease in perf across some benchmarks |
Stabilization PR: rust-lang/rust#54403
Needed for beta, path-related migrations to Rust 2018 don't work on RC1 without these stabilizations.
r? @aturon cc @nikomatsakis@Centril@alexcrichton