Commit 534708e
committed
Auto merge of rust-lang#122312 - matthiaskrgr:rollup-0p8y7gg, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#122275 (disable OOM test in Miri)
- rust-lang#122276 (io::Read trait: make it more clear when we are adressing implementations vs callers)
- rust-lang#122277 (BorrowedCursor docs clarification)
- rust-lang#122286 (use Instance::expect_resolve() instead of unwraping Instance::resolve())
- rust-lang#122290 (MIR printing: print the path of uneval'd const)
- rust-lang#122293 (diagnostics: Do not suggest using `#[unix_sigpipe]` without a value)
- rust-lang#122297 (bootstrap: document what the triples in 'Build' mean)
- rust-lang#122302 (docs: Correct ptr/ref verbiage in SliceIndex docs.)
- rust-lang#122304 (fix metadata for dyn-star in new solver)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
4 files changed
+17
-16
lines changed- core/src
- io
- slice
- std/src/io
4 files changed
+17
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
143 | 146 | | |
144 | | - | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
699 | 698 | | |
700 | 699 | | |
701 | 700 | | |
| |||
901 | 900 | | |
902 | 901 | | |
903 | 902 | | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
910 | 907 | | |
911 | 908 | | |
912 | 909 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| 697 | + | |
| 698 | + | |
697 | 699 | | |
698 | 700 | | |
699 | 701 | | |
| |||
0 commit comments