Commit 10c2316
committed
Auto merge of rust-lang#72905 - JohnTitor:rollup-phtyo5i, r=JohnTitor
Rollup of 10 pull requests
Successful merges:
- rust-lang#72775 (Return early to avoid ICE)
- rust-lang#72795 (Add a test for `$:ident` in proc macro input)
- rust-lang#72822 (remove trivial calls to mk_const)
- rust-lang#72825 (Clarify errors and warnings about the transition to the new asm!)
- rust-lang#72827 (changed *nix to Unix-like)
- rust-lang#72880 (Clean up E0637 explanation)
- rust-lang#72886 (Remove allow missing_debug_implementations for MaybeUninit)
- rust-lang#72889 (rustc: Remove the `--passive-segments` LLD flag on wasm)
- rust-lang#72891 (Add associated consts MIN/MAX for Wrapping<Int>)
- rust-lang#72893 (test miri-unleash TLS accesses)
Failed merges:
r? @ghostFile tree
32 files changed
+238
-87
lines changed- src
- libcore
- macros
- mem
- num
- librustc_builtin_macros
- librustc_codegen_ssa/back
- librustc_error_codes/error_codes
- librustc_middle
- mir/interpret
- ty
- librustc_mir/transform/check_consts
- librustc_trait_selection/traits
- error_reporting
- test/ui
- asm
- consts/miri_unleashed
- feature-gates
- proc-macro
- auxiliary
- suggestions
- tools/clippy/clippy_lints/src/utils
32 files changed
+238
-87
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
1318 | | - | |
| 1318 | + | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | 1321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | 217 | | |
219 | 218 | | |
220 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
341 | | - | |
| 340 | + | |
342 | 341 | | |
343 | 342 | | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
| 343 | + | |
348 | 344 | | |
349 | 345 | | |
350 | 346 | | |
| |||
358 | 354 | | |
359 | 355 | | |
360 | 356 | | |
361 | | - | |
362 | | - | |
| 357 | + | |
363 | 358 | | |
364 | 359 | | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
| 360 | + | |
369 | 361 | | |
370 | 362 | | |
371 | 363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1010 | 1010 | | |
1011 | 1011 | | |
1012 | 1012 | | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
1016 | 1013 | | |
1017 | 1014 | | |
1018 | 1015 | | |
| |||
1026 | 1023 | | |
1027 | 1024 | | |
1028 | 1025 | | |
1029 | | - | |
1030 | 1026 | | |
1031 | 1027 | | |
1032 | 1028 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
526 | | - | |
| 526 | + | |
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
| 531 | + | |
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | | - | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
1023 | 1027 | | |
1024 | 1028 | | |
1025 | 1029 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
| |||
356 | 353 | | |
357 | 354 | | |
358 | 355 | | |
359 | | - | |
360 | | - | |
361 | 356 | | |
362 | 357 | | |
363 | 358 | | |
| |||
0 commit comments