-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 43cb506
authored
Rollup merge of #141541 - compiler-errors:nits, r=lcnr
Random nits
Two completely random commits that I didn't know where to integrate into another PR.
* Don't use the full type relation machinery to equate two regions (it's overkill).
* Add a comment that `select_in_new_trait_solver` shouldn't be used directly.
r? lcnr or reassignFile tree
2 files changed
+6
-5
lines changed- compiler
- rustc_infer/src/infer/canonical
- rustc_trait_selection/src/solve
2 files changed
+6
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | - | ||
26 | + | ||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
596 | - | ||
597 | - | ||
598 | - | ||
599 | - | ||
596 | + | ||
597 | + | ||
598 | + | ||
599 | + | ||
600 | 600 |
| |
601 | 601 |
| |
602 | 602 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
0 commit comments