@@ -17,10 +17,8 @@ error: non-ascii idents are not fully supported. (see issue #28979)
17
17
error: non-ascii idents are not fully supported. (see issue #28979)
18
18
--> $DIR/feature-gate-non_ascii_idents.rs:15:1
19
19
|
20
- 15 | / mod föö { //~ ERROR non-ascii idents
21
- 16 | | pub fn bar() {}
22
- 17 | | }
23
- | |_^
20
+ 15 | mod föö { //~ ERROR non-ascii idents
21
+ | ^^^^^^^
24
22
|
25
23
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
26
24
@@ -65,10 +63,8 @@ error: non-ascii idents are not fully supported. (see issue #28979)
65
63
error: non-ascii idents are not fully supported. (see issue #28979)
66
64
--> $DIR/feature-gate-non_ascii_idents.rs:29:1
67
65
|
68
- 29 | / struct Föö { //~ ERROR non-ascii idents
69
- 30 | | föö: isize //~ ERROR non-ascii idents
70
- 31 | | }
71
- | |_^
66
+ 29 | struct Föö { //~ ERROR non-ascii idents
67
+ | ^^^^^^^^^^
72
68
|
73
69
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
74
70
@@ -83,22 +79,16 @@ error: non-ascii idents are not fully supported. (see issue #28979)
83
79
error: non-ascii idents are not fully supported. (see issue #28979)
84
80
--> $DIR/feature-gate-non_ascii_idents.rs:33:1
85
81
|
86
- 33 | / enum Bär { //~ ERROR non-ascii idents
87
- 34 | | Bäz { //~ ERROR non-ascii idents
88
- 35 | | qüx: isize //~ ERROR non-ascii idents
89
- 36 | | }
90
- 37 | | }
91
- | |_^
82
+ 33 | enum Bär { //~ ERROR non-ascii idents
83
+ | ^^^^^^^^
92
84
|
93
85
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
94
86
95
87
error: non-ascii idents are not fully supported. (see issue #28979)
96
88
--> $DIR/feature-gate-non_ascii_idents.rs:34:5
97
89
|
98
- 34 | / Bäz { //~ ERROR non-ascii idents
99
- 35 | | qüx: isize //~ ERROR non-ascii idents
100
- 36 | | }
101
- | |_____^
90
+ 34 | Bäz { //~ ERROR non-ascii idents
91
+ | ^^^
102
92
|
103
93
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
104
94
0 commit comments