Closed
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