This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit b8a52e3
committed
Auto merge of rust-lang#105218 - matthiaskrgr:rollup-8d3k08n, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#104199 (Keep track of the start of the argument block of a closure)
- rust-lang#105050 (Remove useless borrows and derefs)
- rust-lang#105153 (Create a hacky fail-fast mode that stops tests at the first failure)
- rust-lang#105164 (Restore `use` suggestion for `dyn` method call requiring `Sized`)
- rust-lang#105193 (Disable coverage instrumentation for naked functions)
- rust-lang#105200 (Remove useless filter in unused extern crate check.)
- rust-lang#105201 (Do not call fn_sig on non-functions.)
- rust-lang#105208 (Add AmbiguityError for inconsistent resolution for an import)
- rust-lang#105214 (update Miri)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
116 files changed
+1470
-1141
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust
- state
- rustc_ast/src
- util
- rustc_codegen_llvm/src
- rustc_data_structures/src
- owning_ref
- rustc_errors/src
- rustc_expand/src
- rustc_fs_util/src
- rustc_graphviz/src
- rustc_hir_analysis/src
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src
- rustc_macros/src/diagnostics
- rustc_middle/src/hir/map
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- rustc_target/src
- abi/call
- spec
- rustc_trait_selection/src/traits/error_reporting
- library/test/src
- src
- test
- codegen
- ui-fulldeps
- ui
- attributes
- issues
- resolve
- suggestions
- tools
- compiletest/src
- miri
- cargo-miri/src
- src
- bin
- borrow_tracker
- stacked_borrows
- concurrency
- shims
- unix
- linux
- windows
- tests
- fail/function_calls
- many-seeds
- pass/concurrency
- rustfmt/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
116 files changed
+1470
-1141
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5356 | 5356 | | |
5357 | 5357 | | |
5358 | 5358 | | |
5359 | | - | |
| 5359 | + | |
5360 | 5360 | | |
5361 | | - | |
| 5361 | + | |
5362 | 5362 | | |
5363 | 5363 | | |
5364 | 5364 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
651 | | - | |
| 650 | + | |
| 651 | + | |
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
| |||
755 | 755 | | |
756 | 756 | | |
757 | 757 | | |
758 | | - | |
| 758 | + | |
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1179 | 1179 | | |
1180 | 1180 | | |
1181 | 1181 | | |
1182 | | - | |
| 1182 | + | |
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
| |||
1312 | 1312 | | |
1313 | 1313 | | |
1314 | 1314 | | |
1315 | | - | |
| 1315 | + | |
1316 | 1316 | | |
| 1317 | + | |
| 1318 | + | |
1317 | 1319 | | |
1318 | 1320 | | |
1319 | 1321 | | |
| |||
2027 | 2029 | | |
2028 | 2030 | | |
2029 | 2031 | | |
2030 | | - | |
| 2032 | + | |
2031 | 2033 | | |
2032 | 2034 | | |
2033 | 2035 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | | - | |
740 | | - | |
| 739 | + | |
741 | 740 | | |
742 | 741 | | |
743 | 742 | | |
| |||
1368 | 1367 | | |
1369 | 1368 | | |
1370 | 1369 | | |
| 1370 | + | |
1371 | 1371 | | |
1372 | 1372 | | |
1373 | 1373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
| 478 | + | |
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
840 | 840 | | |
841 | 841 | | |
842 | 842 | | |
| 843 | + | |
843 | 844 | | |
844 | 845 | | |
845 | 846 | | |
| |||
0 commit comments