@@ -68,112 +68,130 @@ LL | F,
6868 | ^
6969
7070error: this ident consists of a single char
71- --> $DIR/min_ident_chars.rs:51:9
71+ --> $DIR/min_ident_chars.rs:41:11
72+ |
73+ LL | const A: u32 = 0;
74+ | ^
75+
76+ error: this ident consists of a single char
77+ --> $DIR/min_ident_chars.rs:42:10
78+ |
79+ LL | type A;
80+ | ^
81+
82+ error: this ident consists of a single char
83+ --> $DIR/min_ident_chars.rs:43:8
84+ |
85+ LL | fn a() {}
86+ | ^
87+
88+ error: this ident consists of a single char
89+ --> $DIR/min_ident_chars.rs:57:9
7290 |
7391LL | let h = 1;
7492 | ^
7593
7694error: this ident consists of a single char
77- --> $DIR/min_ident_chars.rs:52 :9
95+ --> $DIR/min_ident_chars.rs:58 :9
7896 |
7997LL | let e = 2;
8098 | ^
8199
82100error: this ident consists of a single char
83- --> $DIR/min_ident_chars.rs:53 :9
101+ --> $DIR/min_ident_chars.rs:59 :9
84102 |
85103LL | let l = 3;
86104 | ^
87105
88106error: this ident consists of a single char
89- --> $DIR/min_ident_chars.rs:54 :9
107+ --> $DIR/min_ident_chars.rs:60 :9
90108 |
91109LL | let l = 4;
92110 | ^
93111
94112error: this ident consists of a single char
95- --> $DIR/min_ident_chars.rs:55 :9
113+ --> $DIR/min_ident_chars.rs:61 :9
96114 |
97115LL | let o = 6;
98116 | ^
99117
100118error: this ident consists of a single char
101- --> $DIR/min_ident_chars.rs:59 :10
119+ --> $DIR/min_ident_chars.rs:65 :10
102120 |
103121LL | let (h, o, w) = (1, 2, 3);
104122 | ^
105123
106124error: this ident consists of a single char
107- --> $DIR/min_ident_chars.rs:59 :13
125+ --> $DIR/min_ident_chars.rs:65 :13
108126 |
109127LL | let (h, o, w) = (1, 2, 3);
110128 | ^
111129
112130error: this ident consists of a single char
113- --> $DIR/min_ident_chars.rs:60 :10
131+ --> $DIR/min_ident_chars.rs:66 :10
114132 |
115133LL | for (a, (r, e)) in (0..1000).enumerate().enumerate() {}
116134 | ^
117135
118136error: this ident consists of a single char
119- --> $DIR/min_ident_chars.rs:60 :14
137+ --> $DIR/min_ident_chars.rs:66 :14
120138 |
121139LL | for (a, (r, e)) in (0..1000).enumerate().enumerate() {}
122140 | ^
123141
124142error: this ident consists of a single char
125- --> $DIR/min_ident_chars.rs:60 :17
143+ --> $DIR/min_ident_chars.rs:66 :17
126144 |
127145LL | for (a, (r, e)) in (0..1000).enumerate().enumerate() {}
128146 | ^
129147
130148error: this ident consists of a single char
131- --> $DIR/min_ident_chars.rs:62 :16
149+ --> $DIR/min_ident_chars.rs:68 :16
132150 |
133151LL | while let (d, o, _i, n, g) = (true, true, false, false, true) {}
134152 | ^
135153
136154error: this ident consists of a single char
137- --> $DIR/min_ident_chars.rs:62 :19
155+ --> $DIR/min_ident_chars.rs:68 :19
138156 |
139157LL | while let (d, o, _i, n, g) = (true, true, false, false, true) {}
140158 | ^
141159
142160error: this ident consists of a single char
143- --> $DIR/min_ident_chars.rs:62 :29
161+ --> $DIR/min_ident_chars.rs:68 :29
144162 |
145163LL | while let (d, o, _i, n, g) = (true, true, false, false, true) {}
146164 | ^
147165
148166error: this ident consists of a single char
149- --> $DIR/min_ident_chars.rs:66 :9
167+ --> $DIR/min_ident_chars.rs:72 :9
150168 |
151169LL | let o = 1;
152170 | ^
153171
154172error: this ident consists of a single char
155- --> $DIR/min_ident_chars.rs:67 :9
173+ --> $DIR/min_ident_chars.rs:73 :9
156174 |
157175LL | let o = O { o };
158176 | ^
159177
160178error: this ident consists of a single char
161- --> $DIR/min_ident_chars.rs:81 :4
179+ --> $DIR/min_ident_chars.rs:87 :4
162180 |
163181LL | fn b() {}
164182 | ^
165183
166184error: this ident consists of a single char
167- --> $DIR/min_ident_chars.rs:82 :21
185+ --> $DIR/min_ident_chars.rs:88 :21
168186 |
169187LL | fn wrong_pythagoras(a: f32, b: f32) -> f32 {
170188 | ^
171189
172190error: this ident consists of a single char
173- --> $DIR/min_ident_chars.rs:82 :29
191+ --> $DIR/min_ident_chars.rs:88 :29
174192 |
175193LL | fn wrong_pythagoras(a: f32, b: f32) -> f32 {
176194 | ^
177195
178- error: aborting due to 29 previous errors
196+ error: aborting due to 32 previous errors
179197
0 commit comments