File tree
7 files changed
+29
-8
lines changed- compiler
- rustc_ast/src
- rustc_attr_parsing/src
- rustc_expand/src/mbe
- rustc_hir/src
- rustc_resolve/src
- rustc_span/src
7 files changed
+29
-8
lines changedDiff for: compiler/rustc_ast/src/mut_visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1948 | 1948 |
| |
1949 | 1949 |
| |
1950 | 1950 |
| |
1951 |
| - | |
| 1951 | + | |
1952 | 1952 |
| |
1953 | 1953 |
| |
1954 | 1954 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
| |||
338 | 337 |
| |
339 | 338 |
| |
340 | 339 |
| |
341 |
| - | |
| 340 | + | |
342 | 341 |
| |
343 | 342 |
| |
344 | 343 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
363 |
| - | |
| 363 | + | |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
|
Diff for: compiler/rustc_expand/src/mbe/quoted.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
| 277 | + | |
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 |
| - | |
| 246 | + | |
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2266 | 2266 |
| |
2267 | 2267 |
| |
2268 | 2268 |
| |
2269 |
| - | |
| 2269 | + | |
2270 | 2270 |
| |
2271 | 2271 |
| |
2272 | 2272 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+22
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
36 | 45 |
| |
37 | 46 |
| |
38 | 47 |
| |
| |||
834 | 843 |
| |
835 | 844 |
| |
836 | 845 |
| |
| 846 | + | |
837 | 847 |
| |
838 | 848 |
| |
839 | 849 |
| |
| |||
2305 | 2315 |
| |
2306 | 2316 |
| |
2307 | 2317 |
| |
| 2318 | + | |
| 2319 | + | |
| 2320 | + | |
2308 | 2321 |
| |
2309 | 2322 |
| |
2310 | 2323 |
| |
2311 | 2324 |
| |
2312 | 2325 |
| |
| 2326 | + | |
| 2327 | + | |
| 2328 | + | |
| 2329 | + | |
| 2330 | + | |
| 2331 | + | |
| 2332 | + | |
| 2333 | + | |
| 2334 | + | |
2313 | 2335 |
| |
2314 | 2336 |
| |
2315 | 2337 |
| |
|
0 commit comments