Commit 5dc594a
authored
Rollup merge of rust-lang#84653 - jackh726:erase-flags, r=nikomatsakis
Add HAS_RE_LATE_BOUND if there are bound vars
Fixes rust-lang#83737
Fixes rust-lang#84604
I can rename `HAS_RE_LATE_BOUND`, to something like `HAS_LATE_BOUND_VARS`.
r? ``@nikomatsakis``File tree
3 files changed
+30
-0
lines changed- compiler/rustc_middle/src/ty
- src/test/ui/lifetimes
3 files changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments