@@ -68,112 +68,130 @@ LL | F,
68
68
| ^
69
69
70
70
error: 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
72
90
|
73
91
LL | let h = 1;
74
92
| ^
75
93
76
94
error: this ident consists of a single char
77
- --> $DIR/min_ident_chars.rs:52 :9
95
+ --> $DIR/min_ident_chars.rs:58 :9
78
96
|
79
97
LL | let e = 2;
80
98
| ^
81
99
82
100
error: this ident consists of a single char
83
- --> $DIR/min_ident_chars.rs:53 :9
101
+ --> $DIR/min_ident_chars.rs:59 :9
84
102
|
85
103
LL | let l = 3;
86
104
| ^
87
105
88
106
error: this ident consists of a single char
89
- --> $DIR/min_ident_chars.rs:54 :9
107
+ --> $DIR/min_ident_chars.rs:60 :9
90
108
|
91
109
LL | let l = 4;
92
110
| ^
93
111
94
112
error: this ident consists of a single char
95
- --> $DIR/min_ident_chars.rs:55 :9
113
+ --> $DIR/min_ident_chars.rs:61 :9
96
114
|
97
115
LL | let o = 6;
98
116
| ^
99
117
100
118
error: this ident consists of a single char
101
- --> $DIR/min_ident_chars.rs:59 :10
119
+ --> $DIR/min_ident_chars.rs:65 :10
102
120
|
103
121
LL | let (h, o, w) = (1, 2, 3);
104
122
| ^
105
123
106
124
error: this ident consists of a single char
107
- --> $DIR/min_ident_chars.rs:59 :13
125
+ --> $DIR/min_ident_chars.rs:65 :13
108
126
|
109
127
LL | let (h, o, w) = (1, 2, 3);
110
128
| ^
111
129
112
130
error: this ident consists of a single char
113
- --> $DIR/min_ident_chars.rs:60 :10
131
+ --> $DIR/min_ident_chars.rs:66 :10
114
132
|
115
133
LL | for (a, (r, e)) in (0..1000).enumerate().enumerate() {}
116
134
| ^
117
135
118
136
error: this ident consists of a single char
119
- --> $DIR/min_ident_chars.rs:60 :14
137
+ --> $DIR/min_ident_chars.rs:66 :14
120
138
|
121
139
LL | for (a, (r, e)) in (0..1000).enumerate().enumerate() {}
122
140
| ^
123
141
124
142
error: this ident consists of a single char
125
- --> $DIR/min_ident_chars.rs:60 :17
143
+ --> $DIR/min_ident_chars.rs:66 :17
126
144
|
127
145
LL | for (a, (r, e)) in (0..1000).enumerate().enumerate() {}
128
146
| ^
129
147
130
148
error: this ident consists of a single char
131
- --> $DIR/min_ident_chars.rs:62 :16
149
+ --> $DIR/min_ident_chars.rs:68 :16
132
150
|
133
151
LL | while let (d, o, _i, n, g) = (true, true, false, false, true) {}
134
152
| ^
135
153
136
154
error: this ident consists of a single char
137
- --> $DIR/min_ident_chars.rs:62 :19
155
+ --> $DIR/min_ident_chars.rs:68 :19
138
156
|
139
157
LL | while let (d, o, _i, n, g) = (true, true, false, false, true) {}
140
158
| ^
141
159
142
160
error: this ident consists of a single char
143
- --> $DIR/min_ident_chars.rs:62 :29
161
+ --> $DIR/min_ident_chars.rs:68 :29
144
162
|
145
163
LL | while let (d, o, _i, n, g) = (true, true, false, false, true) {}
146
164
| ^
147
165
148
166
error: this ident consists of a single char
149
- --> $DIR/min_ident_chars.rs:66 :9
167
+ --> $DIR/min_ident_chars.rs:72 :9
150
168
|
151
169
LL | let o = 1;
152
170
| ^
153
171
154
172
error: this ident consists of a single char
155
- --> $DIR/min_ident_chars.rs:67 :9
173
+ --> $DIR/min_ident_chars.rs:73 :9
156
174
|
157
175
LL | let o = O { o };
158
176
| ^
159
177
160
178
error: this ident consists of a single char
161
- --> $DIR/min_ident_chars.rs:81 :4
179
+ --> $DIR/min_ident_chars.rs:87 :4
162
180
|
163
181
LL | fn b() {}
164
182
| ^
165
183
166
184
error: this ident consists of a single char
167
- --> $DIR/min_ident_chars.rs:82 :21
185
+ --> $DIR/min_ident_chars.rs:88 :21
168
186
|
169
187
LL | fn wrong_pythagoras(a: f32, b: f32) -> f32 {
170
188
| ^
171
189
172
190
error: this ident consists of a single char
173
- --> $DIR/min_ident_chars.rs:82 :29
191
+ --> $DIR/min_ident_chars.rs:88 :29
174
192
|
175
193
LL | fn wrong_pythagoras(a: f32, b: f32) -> f32 {
176
194
| ^
177
195
178
- error: aborting due to 29 previous errors
196
+ error: aborting due to 32 previous errors
179
197
0 commit comments