This repository was archived by the owner on May 28, 2025. It is now read-only.
forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 9fc908f
Auto merge of rust-lang#138890 - matthiaskrgr:rollup-l7g1auw, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#138601 (add FCW to warn about wasm ABI transition)
- rust-lang#138662 (Implement some basics in UEFI fs)
- rust-lang#138800 (remove remnants of const_box feature)
- rust-lang#138821 (match lowering cleanup: remove unused unsizing logic from `non_scalar_compare`)
- rust-lang#138864 (Rework `--print` options documentation)
- rust-lang#138868 (Add do_not_recommend typo help)
- rust-lang#138882 (`with_scope` is only ever used for ast modules)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
25 files changed
+614
-207
lines changed- compiler
- rustc_codegen_ssa/src/mir
- rustc_lint_defs/src
- rustc_middle/src
- rustc_mir_build/src/builder/matches
- rustc_monomorphize
- src
- mono_checks
- rustc_resolve/src
- rustc_session/src
- rustc_target/src
- callconv
- spec
- library
- alloc/src
- proc_macro/src/bridge
- std/src/sys/fs
- src/doc/rustc/src
- command-line-arguments
- tests/ui
- abi
- diagnostic_namespace
- lint
25 files changed
+614
-207
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
335 | - | ||
335 | + | ||
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
| |||
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
387 | - | ||
387 | + | ||
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 | + | ||
146 | 147 |
| |
147 | 148 |
| |
148 | 149 |
| |
| |||
5082 | 5083 |
| |
5083 | 5084 |
| |
5084 | 5085 |
| |
5086 | + | ||
5087 | + | ||
5085 | 5088 |
| |
5086 | 5089 |
| |
5087 | 5090 |
| |
| |||
5125 | 5128 |
| |
5126 | 5129 |
| |
5127 | 5130 |
| |
5131 | + | ||
5132 | + | ||
5133 | + | ||
5134 | + | ||
5135 | + | ||
5136 | + | ||
5137 | + | ||
5138 | + | ||
5139 | + | ||
5140 | + | ||
5141 | + | ||
5142 | + | ||
5143 | + | ||
5144 | + | ||
5145 | + | ||
5146 | + | ||
5147 | + | ||
5148 | + | ||
5149 | + | ||
5150 | + | ||
5151 | + | ||
5152 | + | ||
5153 | + | ||
5154 | + | ||
5155 | + | ||
5156 | + | ||
5157 | + | ||
5158 | + | ||
5159 | + | ||
5160 | + | ||
5161 | + | ||
5162 | + | ||
5163 | + | ||
5164 | + | ||
5165 | + | ||
5166 | + | ||
5167 | + | ||
5168 | + | ||
5169 | + | ||
5170 | + | ||
5171 | + | ||
5172 | + | ||
5173 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
800 | 800 |
| |
801 | 801 |
| |
802 | 802 |
| |
803 | - | ||
804 | - | ||
805 | - | ||
803 | + | ||
804 | + | ||
805 | + | ||
806 | 806 |
| |
807 | 807 |
| |
808 | 808 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1326 | 1326 |
| |
1327 | 1327 |
| |
1328 | 1328 |
| |
1329 | - | ||
1330 | - | ||
1329 | + | ||
1330 | + | ||
1331 | 1331 |
| |
1332 | 1332 |
| |
1333 | 1333 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
| |||
178 | 177 |
| |
179 | 178 |
| |
180 | 179 |
| |
180 | + | ||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 | - | ||
184 | + | ||
185 | + | ||
186 | + | ||
187 | + | ||
188 | + | ||
189 | + | ||
190 | + | ||
191 | + | ||
192 | + | ||
193 | + | ||
194 | + | ||
195 | + | ||
185 | 196 |
| |
186 | 197 |
| |
187 | 198 |
| |
188 | 199 |
| |
189 | 200 |
| |
190 | - | ||
191 | 201 |
| |
192 | - | ||
193 | 202 |
| |
194 | 203 |
| |
195 | - | ||
196 | 204 |
| |
197 | 205 |
| |
198 | 206 |
| |
| |||
370 | 378 |
| |
371 | 379 |
| |
372 | 380 |
| |
373 | - | ||
374 | - | ||
375 | - | ||
376 | - | ||
381 | + | ||
382 | + | ||
377 | 383 |
| |
378 | 384 |
| |
379 | 385 |
| |
380 | 386 |
| |
381 | 387 |
| |
382 | - | ||
383 | - | ||
384 | - | ||
385 | - | ||
388 | + | ||
389 | + | ||
386 | 390 |
| |
387 | - | ||
388 | - | ||
389 | - | ||
390 | - | ||
391 | - | ||
392 | - | ||
393 | - | ||
394 | - | ||
395 | - | ||
396 | - | ||
397 | - | ||
398 | - | ||
399 | - | ||
400 | - | ||
401 | - | ||
402 | - | ||
403 | - | ||
404 | - | ||
405 | - | ||
406 | - | ||
407 | - | ||
408 | - | ||
409 | - | ||
410 | - | ||
411 | - | ||
412 | - | ||
413 | - | ||
414 | - | ||
415 | - | ||
416 | - | ||
417 | - | ||
418 | - | ||
419 | - | ||
420 | - | ||
421 | - | ||
422 | - | ||
423 | - | ||
424 | - | ||
425 | - | ||
426 | - | ||
427 | - | ||
428 | - | ||
429 | - | ||
430 | - | ||
431 | - | ||
432 | - | ||
433 | - | ||
434 | - | ||
435 | - | ||
436 | - | ||
437 | - | ||
438 | - | ||
439 | - | ||
440 | - | ||
441 | - | ||
442 | - | ||
443 | - | ||
444 | - | ||
445 | - | ||
446 | - | ||
447 | - | ||
448 | - | ||
449 | - | ||
450 | - | ||
451 | - | ||
452 | - | ||
453 | - | ||
454 | - | ||
455 | - | ||
456 | - | ||
457 | - | ||
458 | - | ||
459 | - | ||
460 | - | ||
461 | - | ||
391 | + | ||
462 | 392 |
| |
463 | - | ||
393 | + | ||
464 | 394 |
| |
465 | 395 |
| |
466 | 396 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
66 | 73 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + |
0 commit comments