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 0bafdaf
Auto merge of rust-lang#136454 - matthiaskrgr:rollup-ewejzmp, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#136145 (Test validity of pattern types)
- rust-lang#136339 (CompileTest: Add Directives to Ignore `arm-unknown-*` Targets)
- rust-lang#136403 (Fix malformed error annotations in a UI test)
- rust-lang#136414 (Shorten error message for callable with wrong return type)
- rust-lang#136425 (Move `rustc_middle::infer::unify_key`)
- rust-lang#136426 (Explain why we retroactively change a static initializer to have a different type)
- rust-lang#136445 (Couple of cleanups to DiagCtxt and EarlyDiagCtxt)
- rust-lang#136452 (Miri subtree update)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
119 files changed
+1935
-734
lines changed- compiler
- rustc_codegen_llvm/src
- rustc_const_eval/src/interpret
- rustc_driver_impl/src
- rustc_errors/src
- rustc_hir_analysis
- src
- errors
- hir_ty_lowering
- rustc_infer/src/infer
- region_constraints
- relate
- snapshot
- rustc_middle/src/infer
- rustc_session/src
- rustc_trait_selection/src/error_reporting/traits
- src
- doc/rustc-dev-guide/examples
- librustdoc
- tools
- clippy/src
- compiletest/src
- miri
- ci
- src
- alloc_addresses
- bin
- borrow_tracker
- stacked_borrows
- tree_borrows
- concurrency
- intrinsics
- shims
- unix
- android
- freebsd
- linux_like
- linux
- macos
- solarish
- windows
- test_dependencies
- tests
- fail-dep/libc/fs
- fail/shims
- backtrace
- pass-dep
- concurrency
- libc
- rustfmt/src/parse
- tests
- ui-fulldeps
- ui
- async-await
- async-closures
- closures
- higher-ranked/trait-bounds
- intrinsics
- lint
- never_type
- suggestions
- type-alias-impl-trait
- typeck
- type/pattern_types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+1935
-734
lines changedLines changed: 130 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | - | ||
46 | + | ||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| |||
567 | 567 |
| |
568 | 568 |
| |
569 | 569 |
| |
570 | - | ||
570 | + | ||
571 | 571 |
| |
572 | 572 |
| |
573 | 573 |
| |
| |||
1442 | 1442 |
| |
1443 | 1443 |
| |
1444 | 1444 |
| |
1445 | - | ||
1445 | + | ||
1446 | + | ||
1447 | + | ||
1448 | + | ||
1449 | + | ||
1450 | + | ||
1451 | + | ||
1452 | + | ||
1453 | + | ||
1454 | + | ||
1455 | + | ||
1456 | + | ||
1457 | + | ||
1446 | 1458 |
| |
1447 | 1459 |
| |
1448 | 1460 |
| |
| |||
2342 | 2354 |
| |
2343 | 2355 |
| |
2344 | 2356 |
| |
2345 | - | ||
2357 | + | ||
2346 | 2358 |
| |
2347 | 2359 |
| |
2348 | 2360 |
| |
2349 | 2361 |
| |
2350 | - | ||
2362 | + | ||
2351 | 2363 |
| |
2352 | 2364 |
| |
2353 | 2365 |
| |
2354 | 2366 |
| |
2355 | 2367 |
| |
2356 | - | ||
2368 | + | ||
2357 | 2369 |
| |
2358 | 2370 |
| |
2359 | 2371 |
| |
| |||
2782 | 2794 |
| |
2783 | 2795 |
| |
2784 | 2796 |
| |
2785 | - | ||
2797 | + | ||
2786 | 2798 |
| |
2787 | 2799 |
| |
2788 | 2800 |
| |
| |||
2792 | 2804 |
| |
2793 | 2805 |
| |
2794 | 2806 |
| |
2795 | - | ||
2807 | + | ||
2796 | 2808 |
| |
2797 | 2809 |
| |
2798 | 2810 |
| |
| |||
2860 | 2872 |
| |
2861 | 2873 |
| |
2862 | 2874 |
| |
2863 | - | ||
2875 | + | ||
2864 | 2876 |
| |
2865 | 2877 |
| |
2866 | 2878 |
| |
| |||
2978 | 2990 |
| |
2979 | 2991 |
| |
2980 | 2992 |
| |
2981 | - | ||
2982 | - | ||
2993 | + | ||
2994 | + | ||
2995 | + | ||
2996 | + | ||
2997 | + | ||
2998 | + | ||
2999 | + | ||
3000 | + | ||
3001 | + | ||
3002 | + | ||
3003 | + | ||
3004 | + | ||
3005 | + | ||
2983 | 3006 |
| |
2984 | 3007 |
| |
2985 | 3008 |
| |
| |||
2989 | 3012 |
| |
2990 | 3013 |
| |
2991 | 3014 |
| |
2992 | - | ||
3015 | + | ||
3016 | + | ||
3017 | + | ||
3018 | + | ||
3019 | + | ||
3020 | + | ||
3021 | + | ||
3022 | + | ||
3023 | + | ||
3024 | + | ||
3025 | + | ||
2993 | 3026 |
| |
2994 | 3027 |
| |
2995 | 3028 |
| |
| |||
2998 | 3031 |
| |
2999 | 3032 |
| |
3000 | 3033 |
| |
3001 | - | ||
3034 | + | ||
3035 | + | ||
3036 | + | ||
3037 | + | ||
3038 | + | ||
3039 | + | ||
3040 | + | ||
3041 | + | ||
3042 | + | ||
3043 | + | ||
3044 | + | ||
3002 | 3045 |
| |
3003 | 3046 |
| |
3004 | 3047 |
| |
| |||
3007 | 3050 |
| |
3008 | 3051 |
| |
3009 | 3052 |
| |
3010 | - | ||
3053 | + | ||
3011 | 3054 |
| |
3012 | 3055 |
| |
3013 | 3056 |
| |
| |||
3045 | 3088 |
| |
3046 | 3089 |
| |
3047 | 3090 |
| |
3048 | - | ||
3091 | + | ||
3049 | 3092 |
| |
3050 | 3093 |
| |
3051 | 3094 |
| |
| |||
3283 | 3326 |
| |
3284 | 3327 |
| |
3285 | 3328 |
| |
3286 | - | ||
3329 | + | ||
3287 | 3330 |
| |
3288 | 3331 |
| |
3289 | 3332 |
| |
| |||
3897 | 3940 |
| |
3898 | 3941 |
| |
3899 | 3942 |
| |
3900 | - | ||
3943 | + | ||
3901 | 3944 |
| |
3902 | 3945 |
| |
3903 | 3946 |
| |
| |||
5218 | 5261 |
| |
5219 | 5262 |
| |
5220 | 5263 |
| |
5221 | - | ||
5264 | + | ||
5222 | 5265 |
| |
5223 | 5266 |
| |
5224 | 5267 |
| |
| |||
5281 | 5324 |
| |
5282 | 5325 |
| |
5283 | 5326 |
| |
5284 | - | ||
5285 | - | ||
5327 | + | ||
5328 | + | ||
5286 | 5329 |
| |
5287 | 5330 |
| |
5288 | 5331 |
| |
| |||
5602 | 5645 |
| |
5603 | 5646 |
| |
5604 | 5647 |
| |
5605 | - | ||
5648 | + | ||
5606 | 5649 |
| |
5607 | 5650 |
| |
5608 | 5651 |
| |
| |||
5662 | 5705 |
| |
5663 | 5706 |
| |
5664 | 5707 |
| |
5708 | + | ||
5709 | + | ||
5710 | + | ||
5711 | + | ||
5712 | + | ||
5713 | + | ||
5714 | + | ||
5715 | + | ||
5716 | + | ||
5717 | + | ||
5718 | + | ||
5719 | + | ||
5720 | + | ||
5721 | + | ||
5722 | + | ||
5723 | + | ||
5724 | + | ||
5725 | + | ||
5726 | + | ||
5727 | + | ||
5728 | + | ||
5729 | + | ||
5730 | + | ||
5731 | + | ||
5732 | + | ||
5733 | + | ||
5665 | 5734 |
| |
5666 | 5735 |
| |
5667 | 5736 |
| |
| |||
5843 | 5912 |
| |
5844 | 5913 |
| |
5845 | 5914 |
| |
5846 | - | ||
5915 | + | ||
5847 | 5916 |
| |
5848 | 5917 |
| |
5849 | 5918 |
| |
| |||
5880 | 5949 |
| |
5881 | 5950 |
| |
5882 | 5951 |
| |
5952 | + | ||
5953 | + | ||
5954 | + | ||
5955 | + | ||
5956 | + | ||
5957 | + | ||
5958 | + | ||
5959 | + | ||
5960 | + | ||
5883 | 5961 |
| |
5884 | 5962 |
| |
5885 | 5963 |
| |
| |||
6475 | 6553 |
| |
6476 | 6554 |
| |
6477 | 6555 |
| |
6556 | + | ||
6557 | + | ||
6558 | + | ||
6559 | + | ||
6560 | + | ||
6561 | + | ||
6562 | + | ||
6563 | + | ||
6564 | + | ||
6478 | 6565 |
| |
6479 | 6566 |
| |
6480 | 6567 |
| |
| |||
6584 | 6671 |
| |
6585 | 6672 |
| |
6586 | 6673 |
| |
6587 | - | ||
6674 | + | ||
6675 | + | ||
6676 | + | ||
6677 | + | ||
6678 | + | ||
6679 | + | ||
6680 | + | ||
6681 | + | ||
6682 | + | ||
6683 | + | ||
6588 | 6684 |
| |
6589 | 6685 |
| |
6590 | 6686 |
| |
| |||
6598 | 6694 |
| |
6599 | 6695 |
| |
6600 | 6696 |
| |
6697 | + | ||
6698 | + | ||
6699 | + | ||
6700 | + | ||
6701 | + | ||
6702 | + | ||
6703 | + | ||
6704 | + | ||
6705 | + | ||
6706 | + | ||
6707 | + | ||
6601 | 6708 |
| |
6602 | 6709 |
| |
6603 | 6710 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
423 | - | ||
424 | - | ||
423 | + | ||
424 | + | ||
425 | + | ||
426 | + | ||
427 | + | ||
428 | + | ||
429 | + | ||
430 | + | ||
425 | 431 |
| |
426 | 432 |
| |
427 | 433 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1240 | 1240 |
| |
1241 | 1241 |
| |
1242 | 1242 |
| |
1243 | + | ||
1244 | + | ||
1245 | + | ||
1246 | + | ||
1247 | + | ||
1248 | + | ||
1249 | + | ||
1250 | + | ||
1251 | + | ||
1252 | + | ||
1253 | + | ||
1243 | 1254 |
| |
1244 | 1255 |
| |
1245 | 1256 |
| |
|
Lines changed: 9 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| |||
118 | 117 |
| |
119 | 118 |
| |
120 | 119 |
| |
121 | - | ||
122 | - | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | 123 |
| |
124 | 124 |
| |
125 | - | ||
126 | - | ||
127 | - | ||
128 | - | ||
129 | - | ||
125 | + | ||
130 | 126 |
| |
131 | - | ||
127 | + | ||
132 | 128 |
| |
133 | 129 |
| |
134 | 130 |
| |
135 | 131 |
| |
136 | - | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
137 | 136 |
| |
138 | 137 |
| |
139 | 138 |
| |
|
0 commit comments