This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 99cc250
committed
Auto merge of rust-lang#137982 - matthiaskrgr:rollup-12jvilg, r=matthiaskrgr
Rollup of 12 pull requests
Successful merges:
- rust-lang#136975 (Look for `python3` first on MacOS, not `py`)
- rust-lang#137240 (Slightly reformat `std::fs::remove_dir_all` error docs)
- rust-lang#137303 (Remove `MaybeForgetReturn` suggestion)
- rust-lang#137463 ([illumos] attempt to use posix_spawn to spawn processes)
- rust-lang#137722 (`librustdoc`: 2024 edition! 🎊)
- rust-lang#137758 (fix usage of ty decl macro fragments in attributes)
- rust-lang#137772 (Fix char count in `Display` for `ByteStr`)
- rust-lang#137805 (adjust Layout debug printing to match the internal field name)
- rust-lang#137808 (Do not require that unsafe fields lack drop glue)
- rust-lang#137913 (Allow struct field default values to reference struct's generics)
- rust-lang#137963 (Add ``dyn`` keyword to `E0373` examples)
- rust-lang#137975 (Remove unused `PpMode::needs_hir`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
66 files changed
+636
-809
lines changed- compiler
- rustc_abi/src
- rustc_attr_parsing/src
- rustc_data_structures/src
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_hir_analysis
- src
- check
- collect
- rustc_hir_typeck/src/fn_ctxt
- rustc_resolve/src
- rustc_session/src
- rustc_trait_selection/src/error_reporting/traits
- library
- core/src
- std
- src
- sys/pal/unix/process
- src
- librustdoc
- clean
- html
- render
- passes
- tools/rustdoc
- tests/ui
- abi
- attributes
- inference
- layout
- repr
- return
- structs/default-field-values
- type/pattern_types
- unsafe-fields
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+636
-809
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1812 | 1812 | | |
1813 | 1813 | | |
1814 | 1814 | | |
1815 | | - | |
| 1815 | + | |
1816 | 1816 | | |
1817 | 1817 | | |
1818 | 1818 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
476 | 485 | | |
477 | 486 | | |
478 | 487 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
630 | 629 | | |
631 | 630 | | |
632 | 631 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | 281 | | |
289 | 282 | | |
290 | 283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 146 | | |
178 | 147 | | |
179 | 148 | | |
| |||
1517 | 1486 | | |
1518 | 1487 | | |
1519 | 1488 | | |
1520 | | - | |
1521 | 1489 | | |
1522 | 1490 | | |
1523 | 1491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
713 | | - | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | | - | |
718 | | - | |
719 | | - | |
720 | | - | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | 713 | | |
725 | 714 | | |
726 | 715 | | |
| |||
742 | 731 | | |
743 | 732 | | |
744 | 733 | | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | | - | |
753 | | - | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | 734 | | |
758 | 735 | | |
759 | 736 | | |
| |||
0 commit comments