Commit 2a5cf59
committed
Auto merge of #115651 - GuillaumeGomez:rollup-hysmaco, r=GuillaumeGomez
Rollup of 8 pull requests
Successful merges:
- #115345 (MCP661: Move wasm32-wasi-preview1-threads target to Tier 2)
- #115604 (rustdoc: Render private fields in tuple struct as `/* private fields */`)
- #115624 (Print the path of a return-position impl trait in trait when `return_type_notation` is enabled)
- #115629 (Don't suggest dereferencing to unsized type)
- #115633 (Lint node for `PRIVATE_BOUNDS`/`PRIVATE_INTERFACES` is the item which names the private type)
- #115634 (Use `newtype_index` for `IntVid` and `FloatVid`.)
- #115638 (`-Cllvm-args` usability improvement)
- #115649 (diagnostics: add test case for trait bounds diagnostic)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
3 files changed
+15
-4
lines changed- compiler
- rustc_llvm/llvm-wrapper
- rustc_privacy/src
- tests/ui/privacy
3 files changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
421 | 424 | | |
422 | 425 | | |
423 | 426 | | |
424 | | - | |
| 427 | + | |
425 | 428 | | |
426 | 429 | | |
427 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1463 | 1463 | | |
1464 | 1464 | | |
1465 | 1465 | | |
1466 | | - | |
1467 | 1466 | | |
1468 | 1467 | | |
1469 | 1468 | | |
1470 | 1469 | | |
1471 | 1470 | | |
1472 | 1471 | | |
1473 | | - | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
1474 | 1475 | | |
1475 | 1476 | | |
1476 | 1477 | | |
| |||
1504 | 1505 | | |
1505 | 1506 | | |
1506 | 1507 | | |
1507 | | - | |
| 1508 | + | |
1508 | 1509 | | |
1509 | 1510 | | |
1510 | 1511 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments