@@ -9,7 +9,7 @@ note: the lint level is defined here
99 |
1010LL | #![warn(reserved_prefix)]
1111 | ^^^^^^^^^^^^^^^
12- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition !
12+ = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
1313 = note: for more information, see issue #84978 <https://github.com/rust-lang/rust/issues/84978>
1414help: insert whitespace here to avoid this being parsed as a prefix in Rust 2021
1515 |
@@ -22,7 +22,7 @@ warning: prefix `prefix` is unknown
2222LL | m2!(prefix"hey");
2323 | ^^^^^^ unknown prefix
2424 |
25- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition !
25+ = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
2626 = note: for more information, see issue #84978 <https://github.com/rust-lang/rust/issues/84978>
2727help: insert whitespace here to avoid this being parsed as a prefix in Rust 2021
2828 |
@@ -35,7 +35,7 @@ warning: prefix `hey` is unknown
3535LL | m3!(hey#123);
3636 | ^^^ unknown prefix
3737 |
38- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition !
38+ = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
3939 = note: for more information, see issue #84978 <https://github.com/rust-lang/rust/issues/84978>
4040help: insert whitespace here to avoid this being parsed as a prefix in Rust 2021
4141 |
@@ -48,7 +48,7 @@ warning: prefix `hey` is unknown
4848LL | m3!(hey#hey);
4949 | ^^^ unknown prefix
5050 |
51- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition !
51+ = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
5252 = note: for more information, see issue #84978 <https://github.com/rust-lang/rust/issues/84978>
5353help: insert whitespace here to avoid this being parsed as a prefix in Rust 2021
5454 |
@@ -61,7 +61,7 @@ warning: prefix `kind` is unknown
6161LL | #name = #kind#value
6262 | ^^^^ unknown prefix
6363 |
64- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition !
64+ = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
6565 = note: for more information, see issue #84978 <https://github.com/rust-lang/rust/issues/84978>
6666help: insert whitespace here to avoid this being parsed as a prefix in Rust 2021
6767 |
0 commit comments