Commit c7d3c4f
committed
Auto merge of rust-lang#126319 - workingjubilee:rollup-lendnud, r=workingjubilee
Rollup of 16 pull requests
Successful merges:
- rust-lang#123374 (DOC: Add FFI example for slice::from_raw_parts())
- rust-lang#124514 (Recommend to never display zero disambiguators when demangling v0 symbols)
- rust-lang#125978 (Cleanup: HIR ty lowering: Consolidate the places that do assoc item probing & access checking)
- rust-lang#125980 (Nvptx remove direct passmode)
- rust-lang#126187 (For E0277 suggest adding `Result` return type for function when using QuestionMark `?` in the body.)
- rust-lang#126210 (docs(core): make more const_ptr doctests assert instead of printing)
- rust-lang#126249 (Simplify `[T; N]::try_map` signature)
- rust-lang#126256 (Add {{target}} substitution to compiletest)
- rust-lang#126263 (Make issue-122805.rs big endian compatible)
- rust-lang#126281 (set_env: State the conclusion upfront)
- rust-lang#126286 (Make `storage-live.rs` robust against rustc internal changes.)
- rust-lang#126287 (Update a cranelift patch file for formatting changes.)
- rust-lang#126301 (Use `tidy` to sort crate attributes for all compiler crates.)
- rust-lang#126305 (Make PathBuf less Ok with adding UTF-16 then `into_string`)
- rust-lang#126310 (Migrate run make prefer rlib)
- rust-lang#126314 (fix RELEASES: we do not support upcasting to auto traits)
r? `@ghost`
`@rustbot` modify labels: rollup2 files changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | | - | |
3 | 5 | | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | | - | |
7 | | - | |
8 | 10 | | |
9 | | - | |
10 | 11 | | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments