-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
introduce a fudge_regions_if_ok
to address false region edges
#37659
Conversation
/// Assumptions: | ||
/// - no new type variables are created during `f()` (asserted | ||
/// below); this simplifies our logic since we don't have to | ||
/// check for escaping type variables |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will break down once lazy normalization happens, right? Not that it blocks the PR.
@bors r+ |
@bors: r+ |
📌 Commit c428535 has been approved by |
er, @bors: r=eddyb |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit c428535 has been approved by |
…eddyb introduce a `fudge_regions_if_ok` to address false region edges Fixes rust-lang#37655. r? @eddyb cc @sfackler
…eddyb introduce a `fudge_regions_if_ok` to address false region edges Fixes rust-lang#37655. r? @eddyb cc @sfackler
Rollup of 30 pull requests - Successful merges: #37190, #37368, #37481, #37503, #37527, #37535, #37551, #37584, #37600, #37613, #37615, #37659, #37662, #37669, #37682, #37688, #37690, #37692, #37693, #37694, #37695, #37696, #37698, #37699, #37705, #37708, #37709, #37716, #37724, #37727 - Failed merges: #37640, #37689, #37717
Fixes #37655.
r? @eddyb
cc @sfackler