File tree
15 files changed
+91
-77
lines changed- src
- librustc_typeck/check
- test/ui
- consts
- const-eval
- infinite
- issues
- traits
- wf
- tools
15 files changed
+91
-77
lines changedDiff for: src/librustc_typeck/check/wfcheck.rs
+26-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
122 |
| - | |
| 121 | + | |
| 122 | + | |
123 | 123 |
| |
124 |
| - | |
125 |
| - | |
| 124 | + | |
| 125 | + | |
126 | 126 |
| |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
127 | 132 |
| |
128 | 133 |
| |
129 | 134 |
| |
| |||
335 | 340 |
| |
336 | 341 |
| |
337 | 342 |
| |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
345 |
| - | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
346 | 360 |
| |
347 | 361 |
| |
348 | 362 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 | 23 |
| |
25 | 24 |
| |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
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 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
19 | 16 |
| |
20 | 17 |
| |
21 | 18 |
| |
|
Diff for: src/test/ui/consts/const-unsized.stderr
+8-12
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 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 |
| - | |
| 11 | + | |
13 | 12 |
| |
14 | 13 |
| |
15 |
| - | |
| 14 | + | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
19 |
| - | |
20 | 18 |
| |
21 | 19 |
| |
22 |
| - | |
| 20 | + | |
23 | 21 |
| |
24 | 22 |
| |
25 |
| - | |
| 23 | + | |
26 | 24 |
| |
27 | 25 |
| |
28 | 26 |
| |
29 |
| - | |
30 | 27 |
| |
31 | 28 |
| |
32 |
| - | |
| 29 | + | |
33 | 30 |
| |
34 | 31 |
| |
35 |
| - | |
| 32 | + | |
36 | 33 |
| |
37 | 34 |
| |
38 | 35 |
| |
39 |
| - | |
40 | 36 |
| |
41 | 37 |
| |
42 | 38 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
Diff for: src/test/ui/issues/issue-24446.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
|
Diff for: src/test/ui/issues/issue-24446.stderr
+5-26
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 | 1 |
| |
16 |
| - | |
| 2 | + | |
17 | 3 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
| 4 | + | |
| 5 | + | |
25 | 6 |
| |
26 | 7 |
| |
27 | 8 |
| |
28 |
| - | |
29 | 9 |
| |
30 |
| - | |
| 10 | + | |
31 | 11 |
| |
32 |
| - | |
33 |
| - | |
| 12 | + |
Diff for: src/test/ui/issues/issue-54410.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
Diff for: src/test/ui/issues/issue-54410.stderr
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
Diff for: src/test/ui/static_sized_requirement.rs
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 4 | + | |
| 5 | + | |
9 | 6 |
| |
10 | 7 |
| |
11 | 8 |
| |
|
Diff for: src/test/ui/wf/wf-const-type.stderr
+2-2
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 |
| |
|
Diff for: src/test/ui/wf/wf-static-type.stderr
+2-2
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 |
| |
|
Diff for: src/tools/cargo
- src/cargo/core/compiler/compilation.rs+5-1
- src/cargo/core/compiler/context/compilation_files.rs-1
- src/cargo/core/compiler/context/mod.rs-34
- src/cargo/core/compiler/context/unit_dependencies.rs+44-35
- src/cargo/core/compiler/fingerprint.rs-1
- src/cargo/core/compiler/mod.rs+1-13
- src/cargo/core/manifest.rs+4-8
- src/cargo/core/profiles.rs+81-24
- src/cargo/core/workspace.rs+3-2
- src/cargo/ops/cargo_clean.rs+4-4
- src/cargo/ops/cargo_compile.rs+13-8
- src/cargo/ops/cargo_read_manifest.rs+1-1
- src/cargo/ops/registry.rs+29-1
- src/cargo/util/errors.rs+63
- src/cargo/util/toml/mod.rs+6-6
- src/doc/src/reference/config.md+10
- src/doc/src/reference/environment-variables.md+3-2
- tests/testsuite/build.rs+3
- tests/testsuite/doc.rs+4-1
- tests/testsuite/features.rs+61
- tests/testsuite/freshness.rs+148
- tests/testsuite/main.rs+1
- tests/testsuite/member_errors.rs+104
- tests/testsuite/profile_targets.rs+130-142
- tests/testsuite/resolve.rs+52-53
- tests/testsuite/support/resolver.rs+40-5
0 commit comments