Commit 7e47aea
authored
Rollup merge of rust-lang#159964 - amirHdev:fix-placeholder-certainty, r=lcnr
Preserve placeholder ambiguity during normalization
Fixes rust-lang#1598962 files changed
Lines changed: 37 additions & 10 deletions
File tree
- compiler/rustc_next_trait_solver/src/solve/eval_ctxt
- tests/ui/assumptions_on_binders
Lines changed: 9 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1526 | 1526 | | |
1527 | 1527 | | |
1528 | 1528 | | |
1529 | | - | |
| 1529 | + | |
1530 | 1530 | | |
1531 | 1531 | | |
1532 | 1532 | | |
1533 | 1533 | | |
1534 | 1534 | | |
1535 | 1535 | | |
1536 | 1536 | | |
1537 | | - | |
1538 | | - | |
1539 | | - | |
1540 | | - | |
1541 | | - | |
| 1537 | + | |
| 1538 | + | |
1542 | 1539 | | |
1543 | 1540 | | |
1544 | 1541 | | |
| |||
1547 | 1544 | | |
1548 | 1545 | | |
1549 | 1546 | | |
1550 | | - | |
| 1547 | + | |
1551 | 1548 | | |
1552 | 1549 | | |
| 1550 | + | |
1553 | 1551 | | |
1554 | 1552 | | |
1555 | 1553 | | |
| |||
1563 | 1561 | | |
1564 | 1562 | | |
1565 | 1563 | | |
1566 | | - | |
| 1564 | + | |
| 1565 | + | |
1567 | 1566 | | |
1568 | | - | |
| 1567 | + | |
1569 | 1568 | | |
1570 | 1569 | | |
1571 | | - | |
| 1570 | + | |
1572 | 1571 | | |
1573 | 1572 | | |
1574 | 1573 | | |
| |||
Lines changed: 28 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 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments