This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
4 files changed
+26
-0
lines changed- compiler
- rustc_hir/src
- rustc_passes/src
- rustc_span/src
4 files changed
+26
-0
lines changedDiff for: compiler/rustc_hir/src/lang_items.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| 194 | + | |
194 | 195 |
| |
195 | 196 |
| |
196 | 197 |
| |
|
Diff for: compiler/rustc_passes/src/lang_items.rs
+23
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
| |||
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
76 | 89 |
| |
77 | 90 |
| |
78 | 91 |
| |
| |||
288 | 301 |
| |
289 | 302 |
| |
290 | 303 |
| |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
291 | 311 |
| |
292 | 312 |
| |
293 | 313 |
| |
294 | 314 |
| |
| 315 | + | |
295 | 316 |
| |
296 | 317 |
| |
297 | 318 |
| |
| |||
307 | 328 |
| |
308 | 329 |
| |
309 | 330 |
| |
| 331 | + | |
310 | 332 |
| |
311 | 333 |
| |
312 | 334 |
| |
| |||
349 | 371 |
| |
350 | 372 |
| |
351 | 373 |
| |
| 374 | + | |
352 | 375 |
| |
353 | 376 |
| |
354 | 377 |
| |
|
Diff for: compiler/rustc_passes/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
477 | 477 |
| |
478 | 478 |
| |
479 | 479 |
| |
| 480 | + | |
480 | 481 |
| |
481 | 482 |
| |
482 | 483 |
| |
|
0 commit comments