-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #54403 - eddyb:oopsie-daisy-stabilize, r=alexcrichton
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
- Loading branch information
Showing
19 changed files
with
61 additions
and
181 deletions.
There are no files selected for viewing
49 changes: 0 additions & 49 deletions
49
src/doc/unstable-book/src/language-features/crate-in-paths.md
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
src/doc/unstable-book/src/language-features/extern-absolute-paths.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/test/ui/feature-gates/feature-gate-crate_in_paths.stderr
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
warning: the feature `crate_in_paths` has been stable since 1.30.0 and no longer requires an attribute to enable | ||
--> $DIR/dollar-crate-modern.rs:16:24 | ||
| | ||
LL | #![feature(decl_macro, crate_in_paths)] | ||
| ^^^^^^^^^^^^^^ | ||
| | ||
= note: #[warn(stable_features)] on by default | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable | ||
--> $DIR/macro-path-prelude-pass.rs:13:12 | ||
| | ||
LL | #![feature(extern_prelude)] | ||
| ^^^^^^^^^^^^^^ | ||
| | ||
= note: #[warn(stable_features)] on by default | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable | ||
--> $DIR/extern-prelude-core.rs:12:12 | ||
| | ||
LL | #![feature(extern_prelude, lang_items, start, alloc)] | ||
| ^^^^^^^^^^^^^^ | ||
| | ||
= note: #[warn(stable_features)] on by default | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable | ||
--> $DIR/extern-prelude-std.rs:12:12 | ||
| | ||
LL | #![feature(extern_prelude)] | ||
| ^^^^^^^^^^^^^^ | ||
| | ||
= note: #[warn(stable_features)] on by default | ||
|
8 changes: 8 additions & 0 deletions
8
src/test/ui/run-pass/rfcs/rfc-2126-crate-paths/crate-path-absolute.stderr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
warning: the feature `crate_in_paths` has been stable since 1.30.0 and no longer requires an attribute to enable | ||
--> $DIR/crate-path-absolute.rs:12:12 | ||
| | ||
LL | #![feature(crate_in_paths)] | ||
| ^^^^^^^^^^^^^^ | ||
| | ||
= note: #[warn(stable_features)] on by default | ||
|
8 changes: 8 additions & 0 deletions
8
src/test/ui/run-pass/rfcs/rfc-2126-crate-paths/crate-path-visibility-ambiguity.stderr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
warning: the feature `crate_in_paths` has been stable since 1.30.0 and no longer requires an attribute to enable | ||
--> $DIR/crate-path-visibility-ambiguity.rs:12:12 | ||
| | ||
LL | #![feature(crate_in_paths)] | ||
| ^^^^^^^^^^^^^^ | ||
| | ||
= note: #[warn(stable_features)] on by default | ||
|