File tree
13 files changed
+123
-2
lines changed- compiler
- rustc_lint
- src
- rustc_llvm/llvm-wrapper
- library/std/src/sys/wasi
- src
- bootstrap
- librustdoc
- html/render
- tests
- run-make/issue-88756-default-output
- rustdoc
- ui
- const-generics/issues
- lint
13 files changed
+123
-2
lines changedDiff for: compiler/rustc_lint/messages.ftl
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
| 326 | + | |
| 327 | + | |
326 | 328 |
| |
327 | 329 |
| |
328 | 330 |
| |
|
Diff for: compiler/rustc_lint/src/lints.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
764 | 764 |
| |
765 | 765 |
| |
766 | 766 |
| |
| 767 | + | |
767 | 768 |
| |
768 | 769 |
| |
769 | 770 |
| |
770 | 771 |
| |
771 | 772 |
| |
| 773 | + | |
772 | 774 |
| |
773 | 775 |
| |
774 | 776 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
| 206 | + | |
206 | 207 |
| |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
207 | 212 |
| |
208 | 213 |
| |
209 | 214 |
| |
|
Diff for: library/std/src/sys/wasi/thread.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
56 | 64 |
| |
57 | 65 |
| |
58 | 66 |
| |
|
Diff for: src/bootstrap/config.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1276 | 1276 |
| |
1277 | 1277 |
| |
1278 | 1278 |
| |
1279 |
| - | |
| 1279 | + | |
| 1280 | + | |
1280 | 1281 |
| |
1281 | 1282 |
| |
1282 | 1283 |
| |
|
Diff for: src/bootstrap/test.rs
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1174 | 1174 |
| |
1175 | 1175 |
| |
1176 | 1176 |
| |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
1177 | 1182 |
| |
1178 | 1183 |
| |
1179 | 1184 |
| |
|
Diff for: src/librustdoc/config.rs
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
| 276 | + | |
| 277 | + | |
276 | 278 |
| |
277 | 279 |
| |
278 | 280 |
| |
| |||
686 | 688 |
| |
687 | 689 |
| |
688 | 690 |
| |
| 691 | + | |
689 | 692 |
| |
690 | 693 |
| |
691 | 694 |
| |
| |||
769 | 772 |
| |
770 | 773 |
| |
771 | 774 |
| |
| 775 | + | |
772 | 776 |
| |
773 | 777 |
| |
774 | 778 |
| |
|
Diff for: src/librustdoc/html/render/context.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
463 | 463 |
| |
464 | 464 |
| |
465 | 465 |
| |
| 466 | + | |
466 | 467 |
| |
467 | 468 |
| |
468 | 469 |
| |
| |||
488 | 489 |
| |
489 | 490 |
| |
490 | 491 |
| |
491 |
| - | |
| 492 | + | |
492 | 493 |
| |
493 | 494 |
| |
494 | 495 |
| |
|
Diff for: src/librustdoc/lib.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
656 | 656 |
| |
657 | 657 |
| |
658 | 658 |
| |
| 659 | + | |
| 660 | + | |
| 661 | + | |
659 | 662 |
| |
660 | 663 |
| |
661 | 664 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| 194 | + | |
| 195 | + | |
194 | 196 |
| |
195 | 197 |
| |
196 | 198 |
| |
|
Diff for: tests/rustdoc/html-no-source.rs
+30
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
0 commit comments