Commit b7da5a7
committed
Auto merge of #154727 - JonathanBrouwer:rollup-I3Rg5V6, r=JonathanBrouwer
Rollup of 20 pull requests
Successful merges:
- rust-lang/rust#153105 (Compute the result of a projection type with region errors)
- rust-lang/rust#153532 (Attributes containing rustc)
- rust-lang/rust#153960 (Make `layout_of` cycles fatal errors)
- rust-lang/rust#154527 (Emit pre-expansion feature gate warnings for negative impls and specialization)
- rust-lang/rust#154666 (Remove `StableHashContext` impls)
- rust-lang/rust#154669 (Introduce #[diagnostic::on_move] on `Arc`)
- rust-lang/rust#154710 (opaque_generic_const_args -> generic_const_args)
- rust-lang/rust#154712 (Revert "`-Znext-solver` Remove the forced ambiguity hack from search graph")
- rust-lang/rust#153614 (`FindParamInClause` handle edge-cases)
- rust-lang/rust#154213 (tidy-alphabetical: fix line number in error message)
- rust-lang/rust#154425 (Migrate transmute tests)
- rust-lang/rust#154442 (Export `derive` at the crate root: `core::derive` and `std::derive`)
- rust-lang/rust#154469 (mGCA: Lower spans for literal const args)
- rust-lang/rust#154578 (Rename `probe_ty_var` to `try_resolve_ty_var`)
- rust-lang/rust#154615 (Moving issues)
- rust-lang/rust#154644 (rustdoc: seperate methods and associated functions in sidebar)
- rust-lang/rust#154660 (Avoid creating async return opaques for foreign async fns)
- rust-lang/rust#154671 (Add a test for a past ICE when calling a const fn of an unresolved type with the wrong number of args)
- rust-lang/rust#154680 ([rustdoc] Replace `DocContext` with `TyCtxt` wherever possible)
- rust-lang/rust#154709 (Revert `Ty` type alias in `rustc_type_ir`)3 files changed
Lines changed: 9 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
477 | 478 | | |
478 | 479 | | |
479 | 480 | | |
480 | | - | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
481 | 486 | | |
482 | 487 | | |
483 | 488 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 12 | + | |
19 | 13 | | |
20 | | - | |
21 | | - | |
| 14 | + | |
0 commit comments