-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
[nll] gluon_base does not compile with NLL #53119
Copy link
Copy link
Closed
Labels
NLL-completeWorking towards the "valid code works" goalWorking towards the "valid code works" goalT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
Metadata
Metadata
Assignees
Labels
NLL-completeWorking towards the "valid code works" goalWorking towards the "valid code works" goalT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I reduced a crater run failure of
gluon_basev0.8.0 to this standalone snippet:this compiles without NLL; with NLL it fails with:
I think this is some kind of failure from the "closure checking" code.