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 7d2afcd
Auto merge of rust-lang#140824 - compiler-errors:typing-mode, r=<try>
[CRATER] probe fallout of `dyn` overlap
r? lcnr for vibes, not to merge obviouslyFile tree
95 files changed
+1125
-119
lines changed- compiler
- rustc_hir_analysis/src
- check
- rustc_infer/src/infer
- opaque_types
- relate
- rustc_lint_defs/src
- rustc_middle/src/query
- rustc_next_trait_solver/src/solve
- assembly
- eval_ctxt
- normalizes_to
- rustc_pattern_analysis/src
- rustc_trait_selection/src
- solve
- traits
- query
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- relate
- library/std/src/io
- buffered
- tests/ui
- associated-consts
- associated-type-bounds
- associated-types
- borrowck
- cast
- coherence
- occurs-check
- const-generics
- min_const_generics
- dropck
- dyn-compatibility
- higher-ranked
- impl-trait
- issues
- lazy-type-alias
- lint
- methods
- mir
- validate
- privacy
- recursion
- repr
- resolve
- specialization
- coherence
- min_specialization
- suggestions
- traits
- associated_type_bound
- next-solver
- alias-relate
- coherence
- cycles/coinduction
- object
- trait-upcasting
- unsized
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
95 files changed
+1125
-119
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
391 | 391 |
| |
392 | 392 |
| |
393 | 393 |
| |
394 | + | ||
395 | + | ||
396 | + | ||
397 | + | ||
398 | + | ||
399 | + | ||
394 | 400 |
| |
395 | 401 |
| |
396 | 402 |
| |
|
Lines changed: 144 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | - | ||
13 | + | ||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | - | ||
18 | - | ||
19 | - | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
20 | 26 |
| |
21 | 27 |
| |
22 | 28 |
| |
29 | + | ||
23 | 30 |
| |
24 | 31 |
| |
25 | 32 |
| |
| |||
68 | 75 |
| |
69 | 76 |
| |
70 | 77 |
| |
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
71 | 94 |
| |
72 | 95 |
| |
73 | 96 |
| |
| |||
234 | 257 |
| |
235 | 258 |
| |
236 | 259 |
| |
260 | + | ||
261 | + | ||
262 | + | ||
263 | + | ||
264 | + | ||
265 | + | ||
266 | + | ||
267 | + | ||
268 | + | ||
269 | + | ||
270 | + | ||
271 | + | ||
272 | + | ||
273 | + | ||
274 | + | ||
275 | + | ||
276 | + | ||
277 | + | ||
278 | + | ||
279 | + | ||
280 | + | ||
281 | + | ||
282 | + | ||
283 | + | ||
284 | + | ||
285 | + | ||
286 | + | ||
287 | + | ||
288 | + | ||
289 | + | ||
290 | + | ||
291 | + | ||
292 | + | ||
293 | + | ||
294 | + | ||
295 | + | ||
296 | + | ||
297 | + | ||
298 | + | ||
299 | + | ||
300 | + | ||
301 | + | ||
302 | + | ||
303 | + | ||
304 | + | ||
305 | + | ||
306 | + | ||
307 | + | ||
308 | + | ||
309 | + | ||
310 | + | ||
311 | + | ||
312 | + | ||
313 | + | ||
314 | + | ||
315 | + | ||
316 | + | ||
317 | + | ||
318 | + | ||
319 | + | ||
320 | + | ||
321 | + | ||
322 | + | ||
323 | + | ||
324 | + | ||
325 | + | ||
326 | + | ||
327 | + | ||
328 | + | ||
329 | + | ||
330 | + | ||
331 | + | ||
332 | + | ||
333 | + | ||
334 | + | ||
335 | + | ||
336 | + | ||
337 | + | ||
338 | + | ||
339 | + | ||
340 | + | ||
341 | + | ||
342 | + | ||
343 | + | ||
344 | + | ||
345 | + | ||
346 | + | ||
347 | + | ||
348 | + | ||
349 | + | ||
350 | + | ||
351 | + | ||
352 | + | ||
353 | + | ||
354 | + | ||
355 | + | ||
356 | + | ||
357 | + | ||
358 | + | ||
359 | + | ||
360 | + | ||
361 | + | ||
362 | + | ||
363 | + | ||
364 | + | ||
365 | + | ||
366 | + | ||
367 | + | ||
368 | + | ||
369 | + | ||
370 | + | ||
371 | + | ||
372 | + | ||
373 | + | ||
374 | + | ||
375 | + | ||
376 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 | + | ||
174 | 175 |
| |
175 | 176 |
| |
176 | 177 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
968 | 968 |
| |
969 | 969 |
| |
970 | 970 |
| |
971 | + | ||
971 | 972 |
| |
972 | 973 |
| |
973 | 974 |
| |
| |||
1260 | 1261 |
| |
1261 | 1262 |
| |
1262 | 1263 |
| |
1264 | + | ||
1263 | 1265 |
| |
1264 | 1266 |
| |
1265 | 1267 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 | - | ||
90 | + | ||
91 | + | ||
92 | + | ||
91 | 93 |
| |
92 | 94 |
| |
93 | 95 |
| |
| |||
226 | 228 |
| |
227 | 229 |
| |
228 | 230 |
| |
229 | - | ||
231 | + | ||
230 | 232 |
| |
231 | 233 |
| |
232 | 234 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
519 | 519 |
| |
520 | 520 |
| |
521 | 521 |
| |
522 | - | ||
522 | + | ||
523 | + | ||
524 | + | ||
525 | + | ||
523 | 526 |
| |
524 | 527 |
| |
525 | 528 |
| |
| |||
650 | 653 |
| |
651 | 654 |
| |
652 | 655 |
| |
653 | - | ||
656 | + | ||
657 | + | ||
658 | + | ||
659 | + | ||
654 | 660 |
| |
655 | 661 |
| |
656 | 662 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | + | ||
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
| |||
5067 | 5068 |
| |
5068 | 5069 |
| |
5069 | 5070 |
| |
5071 | + | ||
5072 | + | ||
5073 | + | ||
5074 | + | ||
5075 | + | ||
5076 | + | ||
5077 | + | ||
5078 | + | ||
5079 | + | ||
5080 | + | ||
5081 | + |
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
527 | 527 |
| |
528 | 528 |
| |
529 | 529 |
| |
530 | + | ||
531 | + | ||
532 | + | ||
533 | + | ||
530 | 534 |
| |
531 | 535 |
| |
532 | 536 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 | - | ||
383 | + | ||
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
| |||
831 | 831 |
| |
832 | 832 |
| |
833 | 833 |
| |
834 | - | ||
834 | + | ||
835 | 835 |
| |
836 | 836 |
| |
837 | 837 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
948 | 948 |
| |
949 | 949 |
| |
950 | 950 |
| |
951 | - | ||
951 | + | ||
952 | + | ||
952 | 953 |
| |
953 | 954 |
| |
954 | 955 |
| |
|
0 commit comments