|
1 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 1 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
2 | 2 | --> $DIR/feature-gate-non_ascii_idents.rs:1:22
|
3 | 3 | |
|
4 | 4 | LL | extern crate core as bäz; //~ ERROR non-ascii idents
|
5 | 5 | | ^^^
|
6 | 6 | |
|
7 | 7 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
8 | 8 |
|
9 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 9 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
10 | 10 | --> $DIR/feature-gate-non_ascii_idents.rs:3:5
|
11 | 11 | |
|
12 | 12 | LL | use föö::bar; //~ ERROR non-ascii idents
|
13 | 13 | | ^^^
|
14 | 14 | |
|
15 | 15 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
16 | 16 |
|
17 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 17 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
18 | 18 | --> $DIR/feature-gate-non_ascii_idents.rs:5:5
|
19 | 19 | |
|
20 | 20 | LL | mod föö { //~ ERROR non-ascii idents
|
21 | 21 | | ^^^
|
22 | 22 | |
|
23 | 23 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
24 | 24 |
|
25 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 25 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
26 | 26 | --> $DIR/feature-gate-non_ascii_idents.rs:9:4
|
27 | 27 | |
|
28 | 28 | LL | fn bär( //~ ERROR non-ascii idents
|
29 | 29 | | ^^^
|
30 | 30 | |
|
31 | 31 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
32 | 32 |
|
33 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 33 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
34 | 34 | --> $DIR/feature-gate-non_ascii_idents.rs:10:5
|
35 | 35 | |
|
36 | 36 | LL | bäz: isize //~ ERROR non-ascii idents
|
37 | 37 | | ^^^
|
38 | 38 | |
|
39 | 39 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
40 | 40 |
|
41 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 41 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
42 | 42 | --> $DIR/feature-gate-non_ascii_idents.rs:12:9
|
43 | 43 | |
|
44 | 44 | LL | let _ö: isize; //~ ERROR non-ascii idents
|
45 | 45 | | ^^
|
46 | 46 | |
|
47 | 47 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
48 | 48 |
|
49 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 49 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
50 | 50 | --> $DIR/feature-gate-non_ascii_idents.rs:15:10
|
51 | 51 | |
|
52 | 52 | LL | (_ä, _) => {} //~ ERROR non-ascii idents
|
53 | 53 | | ^^
|
54 | 54 | |
|
55 | 55 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
56 | 56 |
|
57 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 57 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
58 | 58 | --> $DIR/feature-gate-non_ascii_idents.rs:19:8
|
59 | 59 | |
|
60 | 60 | LL | struct Föö { //~ ERROR non-ascii idents
|
61 | 61 | | ^^^
|
62 | 62 | |
|
63 | 63 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
64 | 64 |
|
65 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 65 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
66 | 66 | --> $DIR/feature-gate-non_ascii_idents.rs:20:5
|
67 | 67 | |
|
68 | 68 | LL | föö: isize //~ ERROR non-ascii idents
|
69 | 69 | | ^^^
|
70 | 70 | |
|
71 | 71 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
72 | 72 |
|
73 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 73 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
74 | 74 | --> $DIR/feature-gate-non_ascii_idents.rs:23:6
|
75 | 75 | |
|
76 | 76 | LL | enum Bär { //~ ERROR non-ascii idents
|
77 | 77 | | ^^^
|
78 | 78 | |
|
79 | 79 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
80 | 80 |
|
81 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 81 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
82 | 82 | --> $DIR/feature-gate-non_ascii_idents.rs:24:5
|
83 | 83 | |
|
84 | 84 | LL | Bäz { //~ ERROR non-ascii idents
|
85 | 85 | | ^^^
|
86 | 86 | |
|
87 | 87 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
88 | 88 |
|
89 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 89 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
90 | 90 | --> $DIR/feature-gate-non_ascii_idents.rs:25:9
|
91 | 91 | |
|
92 | 92 | LL | qüx: isize //~ ERROR non-ascii idents
|
93 | 93 | | ^^^
|
94 | 94 | |
|
95 | 95 | = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
96 | 96 |
|
97 |
| -error[E0658]: non-ascii idents are not fully supported. (see issue #28979) |
| 97 | +error[E0658]: non-ascii idents are not fully supported. (see issue #55467) |
98 | 98 | --> $DIR/feature-gate-non_ascii_idents.rs:30:8
|
99 | 99 | |
|
100 | 100 | LL | fn qüx(); //~ ERROR non-ascii idents
|
|
0 commit comments