Commit b07daae
committed
Auto merge of #159966 - JonathanBrouwer:rollup-efqUEIj, r=JonathanBrouwer
Rollup of 28 pull requests
Successful merges:
- rust-lang/rust#159638 (bootstrap: Split the `Step` trait into multiple traits)
- rust-lang/rust#159774 (rustc_trait_selection: fix trait solver hang caused by degenerate obligations)
- rust-lang/rust#159837 (line-tables-only test: check that the line number matches the function name)
- rust-lang/rust#159946 (Update Enzyme submodule to imporve llvm-cov)
- rust-lang/rust#159962 (miri subtree update)
- rust-lang/rust#156570 (tests: extend remap-path-prefix-std to all stdlib rlibs)
- rust-lang/rust#159617 (Fix up `#[linkage]` target checking)
- rust-lang/rust#159633 (Improve workings of attribute suggestions)
- rust-lang/rust#159733 (std: Switch implementations of `thread_local!` for WASI)
- rust-lang/rust#159783 (Check unsafe impls on safe EIIs)
- rust-lang/rust#159810 (Add tuple never coercion collection regression test)
- rust-lang/rust#159826 (Remove redundant `#[rustc_paren_sugar]` feature gate)
- rust-lang/rust#159846 (Implement `str::copy_from_str`)
- rust-lang/rust#159849 (rustc_parse: Stop returning `Option` from statement parsing)
- rust-lang/rust#159853 (Updated expect messages for `CString` struct and method documentation)
- rust-lang/rust#159875 (More cleanup in `rustc_attr_parsing`)
- rust-lang/rust#159882 (Update expect messages in library/alloc/boxed.rs and library/alloc/string.rs to follow the style guide)
- rust-lang/rust#159891 (Split multiline derives into std/rustc macros)
- rust-lang/rust#159893 (Fix `find_attr` hygiene and `rustc_hir` cleanups)
- rust-lang/rust#159895 (rustc-dev-guide subtree update)
- rust-lang/rust#159902 (Clarify that the expected runtime symbols signature is for the current target only)
- rust-lang/rust#159914 (Fix error in diagnostic on_unmatched_args)
- rust-lang/rust#159917 (spare capacity mut constification)
- rust-lang/rust#159918 (rename abort_unwind → abort_on_unwind)
- rust-lang/rust#159927 (Remove sve2 from the ImpliedFeatures of AArch64 v9a.)
- rust-lang/rust#159936 (Minor `rustc_ast::ast` doc cleanups)
- rust-lang/rust#159945 (Update expect messages in library/core/src/ptr/non_null.rs)
- rust-lang/rust#159950 (Add CFI tests for return types and never type)2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
717 | | - | |
| 717 | + | |
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
| |||
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
741 | | - | |
| 741 | + | |
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments