Commit 6f6737a
File tree
Expand file treeCollapse file tree
13 files changed
+24
-46
lines changedFilter options
- compiler
- rustc_middle/src/query
- rustc_mir_transform/src
- tests
- codegen/sanitizer/kcfi
- ui
- consts
- const-eval
- inline-const
- layout
- lint/large_assignments
- recursion_limit
Expand file treeCollapse file tree
13 files changed
+24
-46
lines changedcompiler/rustc_middle/src/query/mod.rs
Copy file name to clipboardExpand all lines: compiler/rustc_middle/src/query/mod.rs+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
566 | 566 |
|
567 | 567 |
|
568 | 568 |
|
| 569 | + |
| 570 | + |
569 | 571 |
|
570 | 572 |
|
571 | 573 |
|
|
compiler/rustc_mir_transform/src/lib.rs
Copy file name to clipboardExpand all lines: compiler/rustc_mir_transform/src/lib.rs+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
688 | 688 |
|
689 | 689 |
|
690 | 690 |
|
691 |
| - |
| 691 | + |
692 | 692 |
|
693 | 693 |
|
694 | 694 |
|
| ||
705 | 705 |
|
706 | 706 |
|
707 | 707 |
|
708 |
| - |
| 708 | + |
709 | 709 |
|
710 | 710 |
|
711 | 711 |
|
712 | 712 |
|
713 |
| - |
| 713 | + |
714 | 714 |
|
715 | 715 |
|
716 | 716 |
|
717 | 717 |
|
718 | 718 |
|
719 | 719 |
|
720 |
| - |
| 720 | + |
721 | 721 |
|
722 | 722 |
|
723 | 723 |
|
|
tests/codegen/sanitizer/kcfi/emit-type-metadata-trait-objects.rs
Copy file name to clipboardExpand all lines: tests/codegen/sanitizer/kcfi/emit-type-metadata-trait-objects.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
159 |
| - |
| 159 | + |
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
| ||
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
168 |
| - |
| 168 | + |
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
|
tests/ui/consts/const-eval/issue-50814.stderr
Copy file name to clipboardExpand all lines: tests/ui/consts/const-eval/issue-50814.stderr-8Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 | 13 |
|
22 | 14 |
|
23 | 15 |
|
|
tests/ui/consts/mono-reachable-invalid-const.stderr
Copy file name to clipboardExpand all lines: tests/ui/consts/mono-reachable-invalid-const.stderr-6Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 | 7 |
|
14 | 8 |
|
15 | 9 |
|
|
tests/ui/inline-const/const-expr-generic-err.stderr
Copy file name to clipboardExpand all lines: tests/ui/inline-const/const-expr-generic-err.stderr-6Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 | 27 |
|
34 | 28 |
|
35 | 29 |
|
|
tests/ui/layout/layout-cycle.rs
Copy file name to clipboardExpand all lines: tests/ui/layout/layout-cycle.rs+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
|
tests/ui/layout/layout-cycle.stderr
Copy file name to clipboardExpand all lines: tests/ui/layout/layout-cycle.stderr+2-8Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
6 |
| - |
7 | 5 |
|
8 | 6 |
|
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
| 7 | + |
14 | 8 |
|
15 |
| - |
| 9 | + |
16 | 10 |
|
17 | 11 |
|
tests/ui/layout/post-mono-layout-cycle.rs
Copy file name to clipboardExpand all lines: tests/ui/layout/post-mono-layout-cycle.rs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
|
tests/ui/layout/post-mono-layout-cycle.stderr
Copy file name to clipboardExpand all lines: tests/ui/layout/post-mono-layout-cycle.stderr+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 |
| - |
| 8 | + |
| 9 | + |
10 | 10 |
|
11 |
| - |
12 |
| - |
| 11 | + |
| 12 | + |
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
tests/ui/lint/large_assignments/copy_into_fn.stderr
Copy file name to clipboardExpand all lines: tests/ui/lint/large_assignments/copy_into_fn.stderr+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
|
tests/ui/recursion_limit/zero-overflow.rs
Copy file name to clipboardExpand all lines: tests/ui/recursion_limit/zero-overflow.rs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
tests/ui/recursion_limit/zero-overflow.stderr
Copy file name to clipboardExpand all lines: tests/ui/recursion_limit/zero-overflow.stderr+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
0 commit comments