File tree
21 files changed
+135
-37
lines changed- compiler
- rustc_expand/src/mbe
- rustc_lint_defs/src
- library/std/src
- src
- test/ui
- hygiene
- auxiliary
- lint/semicolon-in-expressions-from-macros
- auxiliary
- macros
- proc-macro
- tools/clippy/tests/ui
21 files changed
+135
-37
lines changedLines changed: 19 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| 48 | + | |
| 49 | + | |
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
| |||
124 | 126 |
| |
125 | 127 |
| |
126 | 128 |
| |
| 129 | + | |
127 | 130 |
| |
128 | 131 |
| |
129 | 132 |
| |
| |||
138 | 141 |
| |
139 | 142 |
| |
140 | 143 |
| |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
148 | 153 |
| |
149 | 154 |
| |
150 | 155 |
| |
| |||
162 | 167 |
| |
163 | 168 |
| |
164 | 169 |
| |
| 170 | + | |
165 | 171 |
| |
166 | 172 |
| |
167 | 173 |
| |
| |||
183 | 189 |
| |
184 | 190 |
| |
185 | 191 |
| |
| 192 | + | |
186 | 193 |
| |
187 | 194 |
| |
188 | 195 |
| |
| |||
210 | 217 |
| |
211 | 218 |
| |
212 | 219 |
| |
| 220 | + | |
213 | 221 |
| |
214 | 222 |
| |
215 | 223 |
| |
| |||
311 | 319 |
| |
312 | 320 |
| |
313 | 321 |
| |
| 322 | + | |
314 | 323 |
| |
315 | 324 |
| |
316 | 325 |
| |
| |||
544 | 553 |
| |
545 | 554 |
| |
546 | 555 |
| |
| 556 | + | |
| 557 | + | |
| 558 | + | |
547 | 559 |
| |
548 | 560 |
| |
549 | 561 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2799 | 2799 |
| |
2800 | 2800 |
| |
2801 | 2801 |
| |
2802 |
| - | |
| 2802 | + | |
2803 | 2803 |
| |
2804 | 2804 |
| |
2805 | 2805 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
| 293 | + | |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
src/test/ui/lint/semicolon-in-expressions-from-macros/allow-semicolon-in-expressions-from-macros.rs
Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
0 commit comments