-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-NLLArea: Non-lexical lifetimes (NLL)Area: Non-lexical lifetimes (NLL)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
Description
It'd be good for us to do a crater run with NLL enabled by default and try to track the results. One problem is that it's not clear if the compiler will bootstrap with NLL enabled (#51823). In order to disconnect these two questions, we came up with the following strategy in a brief IRC discussion:
- Make a build of rustc where
-Zborrowck=mir
is the default but only if theRUSTC_BOOTSTRAP
environment variable is not set. - Open a
[WIP]
PR with this branch and do a crater run.
After some discussion on IRC, w
Metadata
Metadata
Assignees
Labels
A-NLLArea: Non-lexical lifetimes (NLL)Area: Non-lexical lifetimes (NLL)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.