This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit cf8986d
File tree
Expand file treeCollapse file tree
2 files changed
+47
-5
lines changedFilter options
- compiler/rustc_trait_selection/src/traits
- tests/ui/traits/trait-upcasting
Expand file treeCollapse file tree
2 files changed
+47
-5
lines changedcompiler/rustc_trait_selection/src/traits/vtable.rs
Copy file name to clipboardExpand all lines: compiler/rustc_trait_selection/src/traits/vtable.rs+21-5Lines changed: 21 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
318 | 318 |
|
319 | 319 |
|
320 | 320 |
|
321 |
| - |
| 321 | + |
322 | 322 |
|
323 | 323 |
|
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
324 | 332 |
|
325 | 333 |
|
326 | 334 |
|
| ||
373 | 381 |
|
374 | 382 |
|
375 | 383 |
|
376 |
| - |
| 384 | + |
377 | 385 |
|
378 | 386 |
|
379 |
| - |
| 387 | + |
380 | 388 |
|
381 | 389 |
|
382 |
| - |
| 390 | + |
383 | 391 |
|
384 | 392 |
|
385 | 393 |
|
386 |
| - |
| 394 | + |
387 | 395 |
|
388 | 396 |
|
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
389 | 405 |
|
390 | 406 |
|
391 | 407 |
|
|
tests/ui/traits/trait-upcasting/mono-impossible.rs
Copy file name to clipboard+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
0 commit comments