Commit 020aa08
committed
Auto merge of rust-lang#124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxu
Rollup of 10 pull requests
Successful merges:
- rust-lang#123379 (Print note with closure signature on type mismatch)
- rust-lang#123967 (static_mut_refs: use raw pointers to remove the remaining FIXME)
- rust-lang#123976 (Use fake libc in core test)
- rust-lang#123986 (lint-docs: Add redirects for renamed lints.)
- rust-lang#124053 (coverage: Branch coverage tests for lazy boolean operators)
- rust-lang#124071 (Add llvm-bitcode-linker to build manifest)
- rust-lang#124103 (Improve std::fs::Metadata Debug representation)
- rust-lang#124132 (llvm RustWrapper: explain OpBundlesIndirect argument type)
- rust-lang#124191 (Give a name to each distinct manipulation of pretty-printer FixupContext)
- rust-lang#124196 (mir-opt tests: rename unit-test -> test-mir-pass)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
3 files changed
+34
-15
lines changed- core/src
- std/src
- sys/thread_local
3 files changed
+34
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | | - | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
541 | 545 | | |
542 | 546 | | |
543 | 547 | | |
| |||
548 | 552 | | |
549 | 553 | | |
550 | 554 | | |
551 | | - | |
| 555 | + | |
552 | 556 | | |
553 | 557 | | |
554 | 558 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
1410 | 1410 | | |
1411 | 1411 | | |
1412 | 1412 | | |
1413 | | - | |
1414 | | - | |
1415 | | - | |
1416 | | - | |
1417 | | - | |
1418 | | - | |
1419 | | - | |
1420 | | - | |
1421 | | - | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
1422 | 1427 | | |
1423 | 1428 | | |
1424 | 1429 | | |
| |||
1684 | 1689 | | |
1685 | 1690 | | |
1686 | 1691 | | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
1687 | 1703 | | |
1688 | 1704 | | |
1689 | 1705 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | | - | |
| 26 | + | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments