Commit 50f8aad
committed
Auto merge of rust-lang#66180 - Centril:rollup-c1ji943, r=Centril
Rollup of 5 pull requests
Successful merges:
- rust-lang#59789 (Revert two unapproved changes to rustc_typeck.)
- rust-lang#65752 (Use structured suggestions for missing associated items)
- rust-lang#65884 (syntax: ABI-oblivious grammar)
- rust-lang#65974 (A scheme for more macro-matcher friendly pre-expansion gating)
- rust-lang#66017 (Add future incompatibility lint for `array.into_iter()`)
Failed merges:
- rust-lang#66056 (rustc_metadata: Some reorganization of the module structure)
r? @ghostFile tree
82 files changed
+1141
-734
lines changed- src
- libcore/iter/traits
- librustc_codegen_llvm
- debuginfo
- librustc_codegen_ssa/debuginfo
- librustc_interface
- librustc_lint
- librustc_metadata
- librustc_mir/hair
- pattern
- librustc_save_analysis
- librustc_target/abi
- librustc_typeck
- check
- librustc
- hir
- lowering
- ich
- infer/error_reporting
- ty
- print
- librustdoc/clean
- libsyntax_expand
- mbe
- libsyntax_ext
- deriving/generic
- libsyntax_pos
- libsyntax
- feature_gate
- parse
- parser
- print
- pprust
- libtest
- test/ui
- feature-gates
- impl-trait
- issues
- iterators
- missing/missing-items
- parser
- span
- suggestions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+1141
-734
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3762 | 3762 | | |
3763 | 3763 | | |
3764 | 3764 | | |
3765 | | - | |
3766 | 3765 | | |
3767 | 3766 | | |
3768 | 3767 | | |
| |||
4362 | 4361 | | |
4363 | 4362 | | |
4364 | 4363 | | |
4365 | | - | |
4366 | 4364 | | |
4367 | 4365 | | |
4368 | 4366 | | |
| |||
4380 | 4378 | | |
4381 | 4379 | | |
4382 | 4380 | | |
4383 | | - | |
4384 | 4381 | | |
4385 | 4382 | | |
4386 | 4383 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2336 | 2336 | | |
2337 | 2337 | | |
2338 | 2338 | | |
| 2339 | + | |
2339 | 2340 | | |
2340 | 2341 | | |
2341 | 2342 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1216 | 1216 | | |
1217 | 1217 | | |
1218 | 1218 | | |
1219 | | - | |
| 1219 | + | |
1220 | 1220 | | |
1221 | 1221 | | |
1222 | 1222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
735 | 736 | | |
736 | 737 | | |
737 | 738 | | |
738 | | - | |
| 739 | + | |
739 | 740 | | |
740 | 741 | | |
741 | 742 | | |
| |||
1291 | 1292 | | |
1292 | 1293 | | |
1293 | 1294 | | |
1294 | | - | |
| 1295 | + | |
1295 | 1296 | | |
1296 | 1297 | | |
1297 | 1298 | | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
1298 | 1319 | | |
1299 | 1320 | | |
1300 | 1321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1075 | 1075 | | |
1076 | 1076 | | |
1077 | 1077 | | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
1078 | 1085 | | |
1079 | 1086 | | |
1080 | 1087 | | |
| |||
2184 | 2191 | | |
2185 | 2192 | | |
2186 | 2193 | | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
2187 | 2203 | | |
2188 | 2204 | | |
2189 | 2205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1734 | 1734 | | |
1735 | 1735 | | |
1736 | 1736 | | |
1737 | | - | |
1738 | | - | |
1739 | | - | |
| 1737 | + | |
1740 | 1738 | | |
1741 | 1739 | | |
1742 | 1740 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
| |||
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| |||
148 | 152 | | |
149 | 153 | | |
150 | 154 | | |
151 | | - | |
152 | | - | |
| 155 | + | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| |||
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
| 165 | + | |
162 | 166 | | |
163 | 167 | | |
164 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
| 900 | + | |
905 | 901 | | |
906 | 902 | | |
907 | 903 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
542 | 545 | | |
543 | 546 | | |
544 | 547 | | |
| |||
0 commit comments