Commit a43b8d1
File tree
37 files changed
+327
-58
lines changedFilter options
- compiler
- rustc_hir/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_middle/src/ty
- print
- rustc_mir_transform/src
- rustc_trait_selection/src/traits/select
- library
- core/src/array
- coretests/tests
- src/ci
- docker/host-x86_64
- dist-ohos-aarch64
- dist-ohos-armv7
- dist-ohos-x86_64
- github-actions
- tests
- crashes
- ui
- associated-types
- async-await/async-drop
- auxiliary
- higher-ranked/trait-bounds
- typeck/suggestions
37 files changed
+327
-58
lines changed+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
|
compiler/rustc_hir/src/hir.rs
Copy file name to clipboardExpand all lines: compiler/rustc_hir/src/hir.rs+2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2744 | 2744 |
|
2745 | 2745 |
|
2746 | 2746 |
|
| 2747 | + |
| 2748 | + |
2747 | 2749 |
|
2748 | 2750 |
|
2749 | 2751 |
|
|
compiler/rustc_hir_typeck/src/cast.rs
Copy file name to clipboardExpand all lines: compiler/rustc_hir_typeck/src/cast.rs-4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
490 | 490 |
|
491 | 491 |
|
492 | 492 |
|
493 |
| - |
494 |
| - |
495 |
| - |
496 | 493 |
|
497 |
| - |
498 | 494 |
|
499 | 495 |
|
500 | 496 |
|
|
compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs
Copy file name to clipboardExpand all lines: compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2043 | 2043 |
|
2044 | 2044 |
|
2045 | 2045 |
|
| 2046 | + |
2046 | 2047 |
|
2047 | 2048 |
|
2048 | 2049 |
|
|
compiler/rustc_middle/src/ty/mod.rs
Copy file name to clipboardExpand all lines: compiler/rustc_middle/src/ty/mod.rs+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1185 | 1185 |
|
1186 | 1186 |
|
1187 | 1187 |
|
1188 |
| - |
| 1188 | + |
1189 | 1189 |
|
1190 | 1190 |
|
1191 | 1191 |
|
|
compiler/rustc_middle/src/ty/print/pretty.rs
Copy file name to clipboardExpand all lines: compiler/rustc_middle/src/ty/print/pretty.rs-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1453 | 1453 |
|
1454 | 1454 |
|
1455 | 1455 |
|
1456 |
| - |
1457 | 1456 |
|
1458 |
| - |
1459 | 1457 |
|
1460 | 1458 |
|
1461 | 1459 |
|
|
compiler/rustc_middle/src/ty/util.rs
Copy file name to clipboardExpand all lines: compiler/rustc_middle/src/ty/util.rs+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
465 | 465 |
|
466 | 466 |
|
467 | 467 |
|
468 |
| - |
| 468 | + |
469 | 469 |
|
470 | 470 |
|
471 | 471 |
|
|
compiler/rustc_mir_transform/src/add_subtyping_projections.rs
Copy file name to clipboardExpand all lines: compiler/rustc_mir_transform/src/add_subtyping_projections.rs+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
compiler/rustc_trait_selection/src/traits/select/mod.rs
Copy file name to clipboardExpand all lines: compiler/rustc_trait_selection/src/traits/select/mod.rs+6-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1241 | 1241 |
|
1242 | 1242 |
|
1243 | 1243 |
|
1244 |
| - |
| 1244 | + |
| 1245 | + |
| 1246 | + |
| 1247 | + |
| 1248 | + |
| 1249 | + |
1245 | 1250 |
|
1246 | 1251 |
|
1247 | 1252 |
|
|
library/core/src/array/mod.rs
Copy file name to clipboardExpand all lines: library/core/src/array/mod.rs+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
531 | 531 |
|
532 | 532 |
|
533 | 533 |
|
| 534 | + |
534 | 535 |
|
535 | 536 |
|
536 | 537 |
|
|
library/coretests/tests/array.rs
Copy file name to clipboardExpand all lines: library/coretests/tests/array.rs+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
325 | 325 |
|
326 | 326 |
|
327 | 327 |
|
328 |
| - |
| 328 | + |
329 | 329 |
|
330 | 330 |
|
331 | 331 |
|
|
src/ci/docker/host-x86_64/dist-ohos/Dockerfile renamed to src/ci/docker/host-x86_64/dist-ohos-aarch64/Dockerfile
Copy file name to clipboardExpand all lines: src/ci/docker/host-x86_64/dist-ohos-aarch64/Dockerfile-18
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 | 30 |
|
35 | 31 |
|
36 | 32 |
|
37 |
| - |
38 |
| - |
39 | 33 |
|
40 | 34 |
|
41 |
| - |
42 |
| - |
43 | 35 |
|
44 | 36 |
|
45 |
| - |
46 |
| - |
47 | 37 |
|
48 | 38 |
|
49 | 39 |
|
50 | 40 |
|
51 | 41 |
|
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 | 42 |
|
61 | 43 |
|
62 | 44 |
|
|
src/ci/docker/host-x86_64/dist-ohos-armv7/Dockerfile
Copy file name to clipboard+53
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 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
src/ci/docker/host-x86_64/dist-ohos-x86_64/Dockerfile
Copy file name to clipboard+53
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 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
src/ci/github-actions/jobs.yml
Copy file name to clipboardExpand all lines: src/ci/github-actions/jobs.yml+8-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
191 |
| - |
192 |
| - |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
193 | 199 |
|
194 | 200 |
|
195 | 201 |
|
|
-16
This file was deleted.
tests/ui/associated-types/issue-64855-2.rs
Copy file name to clipboard+4-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
2 | 4 |
|
3 | 5 |
|
| 6 | + |
4 | 7 |
|
5 | 8 |
|
tests/ui/associated-types/issue-64855-2.stderr
Copy file name to clipboard+15
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 | + |
tests/ui/associated-types/issue-64855.rs
Copy file name to clipboard+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
1 | 5 |
|
2 | 6 |
|
3 | 7 |
|
4 | 8 |
|
5 | 9 |
|
6 | 10 |
|
| 11 | + |
7 | 12 |
|
8 | 13 |
|
tests/ui/associated-types/issue-64855.stderr
Copy file name to clipboard+17-4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
14 | 26 |
|
15 |
| - |
| 27 | + |
| 28 | + |
tests/ui/async-await/async-drop/auxiliary/async-drop-dep.rs
Copy file name to clipboard+28
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 | + |
0 commit comments