@@ -13,7 +13,7 @@ LL | #![deny(keyword_idents)]
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
16- --> $DIR/2015-edition-warning.rs:8 :20
16+ --> $DIR/2015-edition-warning.rs:10 :20
1717 |
1818LL | pub struct await;
1919 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
@@ -22,7 +22,7 @@ LL | pub struct await;
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
25- --> $DIR/2015-edition-warning.rs:11 :16
25+ --> $DIR/2015-edition-warning.rs:15 :16
2626 |
2727LL | use outer_mod::await::await;
2828 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
@@ -31,7 +31,7 @@ LL | use outer_mod::await::await;
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
34- --> $DIR/2015-edition-warning.rs:11 :23
34+ --> $DIR/2015-edition-warning.rs:15 :23
3535 |
3636LL | use outer_mod::await::await;
3737 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
@@ -40,7 +40,7 @@ LL | use outer_mod::await::await;
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
43- --> $DIR/2015-edition-warning.rs:14 :11
43+ --> $DIR/2015-edition-warning.rs:22 :11
4444 |
4545LL | match await { await => {} }
4646 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
@@ -49,7 +49,7 @@ LL | match await { await => {} }
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
52- --> $DIR/2015-edition-warning.rs:14 :19
52+ --> $DIR/2015-edition-warning.rs:22 :19
5353 |
5454LL | match await { await => {} }
5555 | ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
0 commit comments