@@ -13,7 +13,7 @@ LL | #![deny(keyword_idents)]
13
13
= note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
14
14
15
15
error: `await` is a keyword in the 2018 edition
16
- --> $DIR/2015-edition-warning.rs:8 :20
16
+ --> $DIR/2015-edition-warning.rs:10 :20
17
17
|
18
18
LL | pub struct await;
19
19
| ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
@@ -22,7 +22,7 @@ LL | pub struct await;
22
22
= note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
23
23
24
24
error: `await` is a keyword in the 2018 edition
25
- --> $DIR/2015-edition-warning.rs:11 :16
25
+ --> $DIR/2015-edition-warning.rs:15 :16
26
26
|
27
27
LL | use outer_mod::await::await;
28
28
| ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
@@ -31,7 +31,7 @@ LL | use outer_mod::await::await;
31
31
= note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
32
32
33
33
error: `await` is a keyword in the 2018 edition
34
- --> $DIR/2015-edition-warning.rs:11 :23
34
+ --> $DIR/2015-edition-warning.rs:15 :23
35
35
|
36
36
LL | use outer_mod::await::await;
37
37
| ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
@@ -40,7 +40,7 @@ LL | use outer_mod::await::await;
40
40
= note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
41
41
42
42
error: `await` is a keyword in the 2018 edition
43
- --> $DIR/2015-edition-warning.rs:14 :11
43
+ --> $DIR/2015-edition-warning.rs:22 :11
44
44
|
45
45
LL | match await { await => {} }
46
46
| ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
@@ -49,7 +49,7 @@ LL | match await { await => {} }
49
49
= note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
50
50
51
51
error: `await` is a keyword in the 2018 edition
52
- --> $DIR/2015-edition-warning.rs:14 :19
52
+ --> $DIR/2015-edition-warning.rs:22 :19
53
53
|
54
54
LL | match await { await => {} }
55
55
| ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
0 commit comments