This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 377cbb6
committed
Auto merge of rust-lang#120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#119172 (Detect `NulInCStr` error earlier.)
- rust-lang#119833 (Make tcx optional from StableMIR run macro and extend it to accept closures)
- rust-lang#119967 (Add `PatKind::Err` to AST/HIR)
- rust-lang#119978 (Move async closure parameters into the resultant closure's future eagerly)
- rust-lang#120021 (don't store const var origins for known vars)
- rust-lang#120038 (Don't create a separate "basename" when naming and opening a MIR dump file)
- rust-lang#120057 (Don't ICE when deducing future output if other errors already occurred)
- rust-lang#120073 (Remove spastorino from users_on_vacation)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
75 files changed
+761
-644
lines changed- compiler
- rustc_ast_lowering
- src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- util
- rustc_error_codes/src/error_codes
- rustc_hir_analysis/src/check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_hir/src
- rustc_infer/src/infer
- error_reporting
- relate
- rustc_lexer/src
- rustc_lint/src
- rustc_middle/src
- infer
- mir
- rustc_mir_build/src/thir/pattern
- rustc_parse
- src
- lexer
- rustc_passes/src
- rustc_session
- src
- rustc_smir/src/rustc_internal
- src
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- matches
- utils
- clippy_utils/src
- tests/ui/author
- rust-analyzer/crates
- parser/src
- syntax/src
- rustfmt/src
- tests
- ui-fulldeps/stable-mir
- ui
- async-await
- object-safety
- rfcs/rfc-3348-c-string-literals
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
75 files changed
+761
-644
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
628 | | - | |
| 628 | + | |
| 629 | + | |
629 | 630 | | |
630 | 631 | | |
631 | 632 | | |
| |||
809 | 810 | | |
810 | 811 | | |
811 | 812 | | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
812 | 816 | | |
813 | 817 | | |
814 | 818 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1267 | 1267 | | |
1268 | 1268 | | |
1269 | 1269 | | |
1270 | | - | |
| 1270 | + | |
1271 | 1271 | | |
1272 | 1272 | | |
1273 | 1273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
156 | 154 | | |
157 | 155 | | |
158 | 156 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
| 157 | + | |
163 | 158 | | |
164 | 159 | | |
165 | 160 | | |
| |||
179 | 174 | | |
180 | 175 | | |
181 | 176 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 177 | + | |
186 | 178 | | |
187 | 179 | | |
188 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | 148 | | |
157 | 149 | | |
158 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
1028 | 1027 | | |
1029 | 1028 | | |
1030 | 1029 | | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
1035 | 1030 | | |
1036 | 1031 | | |
1037 | 1032 | | |
1038 | 1033 | | |
1039 | 1034 | | |
1040 | 1035 | | |
1041 | | - | |
1042 | | - | |
1043 | | - | |
1044 | 1036 | | |
1045 | | - | |
1046 | | - | |
1047 | | - | |
1048 | | - | |
1049 | | - | |
1050 | 1037 | | |
1051 | 1038 | | |
1052 | | - | |
| 1039 | + | |
1053 | 1040 | | |
1054 | 1041 | | |
1055 | 1042 | | |
1056 | 1043 | | |
1057 | 1044 | | |
1058 | 1045 | | |
1059 | 1046 | | |
1060 | | - | |
1061 | | - | |
1062 | | - | |
1063 | | - | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
1064 | 1050 | | |
1065 | | - | |
| 1051 | + | |
1066 | 1052 | | |
1067 | | - | |
| 1053 | + | |
1068 | 1054 | | |
1069 | | - | |
| 1055 | + | |
| 1056 | + | |
1070 | 1057 | | |
1071 | | - | |
| 1058 | + | |
| 1059 | + | |
1072 | 1060 | | |
1073 | 1061 | | |
1074 | 1062 | | |
1075 | 1063 | | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
1076 | 1067 | | |
1077 | 1068 | | |
1078 | 1069 | | |
| |||
0 commit comments