@@ -9,7 +9,7 @@ note: the lint level is defined here
99 |
1010LL | #![deny(keyword_idents)]
1111 | ^^^^^^^^^^^^^^
12- = warning: this is valid in the current edition (Rust 2015) but is not accepted in the Rust 2018 edition !
12+ = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
1313 = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
1414
1515error: `await` is a keyword in the 2018 edition
@@ -18,7 +18,7 @@ error: `await` is a keyword in the 2018 edition
1818LL | pub struct await;
1919 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
2020 |
21- = warning: this is valid in the current edition (Rust 2015) but is not accepted in the Rust 2018 edition !
21+ = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
2222 = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
2323
2424error: `await` is a keyword in the 2018 edition
@@ -27,7 +27,7 @@ error: `await` is a keyword in the 2018 edition
2727LL | use outer_mod::await::await;
2828 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
2929 |
30- = warning: this is valid in the current edition (Rust 2015) but is not accepted in the Rust 2018 edition !
30+ = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
3131 = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
3232
3333error: `await` is a keyword in the 2018 edition
@@ -36,7 +36,7 @@ error: `await` is a keyword in the 2018 edition
3636LL | use outer_mod::await::await;
3737 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
3838 |
39- = warning: this is valid in the current edition (Rust 2015) but is not accepted in the Rust 2018 edition !
39+ = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
4040 = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
4141
4242error: `await` is a keyword in the 2018 edition
@@ -45,7 +45,7 @@ error: `await` is a keyword in the 2018 edition
4545LL | struct Foo { await: () }
4646 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
4747 |
48- = warning: this is valid in the current edition (Rust 2015) but is not accepted in the Rust 2018 edition !
48+ = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
4949 = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
5050
5151error: `await` is a keyword in the 2018 edition
@@ -54,7 +54,7 @@ error: `await` is a keyword in the 2018 edition
5454LL | impl Foo { fn await() {} }
5555 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
5656 |
57- = warning: this is valid in the current edition (Rust 2015) but is not accepted in the Rust 2018 edition !
57+ = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
5858 = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
5959
6060error: `await` is a keyword in the 2018 edition
@@ -63,7 +63,7 @@ error: `await` is a keyword in the 2018 edition
6363LL | macro_rules! await {
6464 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
6565 |
66- = warning: this is valid in the current edition (Rust 2015) but is not accepted in the Rust 2018 edition !
66+ = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
6767 = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
6868
6969error: `await` is a keyword in the 2018 edition
@@ -72,7 +72,7 @@ error: `await` is a keyword in the 2018 edition
7272LL | await!();
7373 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
7474 |
75- = warning: this is valid in the current edition (Rust 2015) but is not accepted in the Rust 2018 edition !
75+ = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
7676 = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
7777
7878error: `await` is a keyword in the 2018 edition
@@ -81,7 +81,7 @@ error: `await` is a keyword in the 2018 edition
8181LL | match await { await => {} }
8282 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
8383 |
84- = warning: this is valid in the current edition (Rust 2015) but is not accepted in the Rust 2018 edition !
84+ = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
8585 = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
8686
8787error: `await` is a keyword in the 2018 edition
@@ -90,7 +90,7 @@ error: `await` is a keyword in the 2018 edition
9090LL | match await { await => {} }
9191 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
9292 |
93- = warning: this is valid in the current edition (Rust 2015) but is not accepted in the Rust 2018 edition !
93+ = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
9494 = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
9595
9696error: aborting due to 10 previous errors
0 commit comments