-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[WIP] [crater-only] Make a watered-down version of lazy type aliases the default #122308
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
Conversation
This comment has been minimized.
This comment has been minimized.
The job Click to see the possible cause of the failure (guessed by this bot)
|
☔ The latest upstream changes (presumably #122341) made this pull request unmergeable. Please resolve the merge conflicts. |
I've got a better idea. It'll take a bit of time to impl but I predict it'll be a lot more fruitful and actionable. Namely, instead of trying to crater-run "LTA_watered_down", the better approach would be to "auto-migrate" the crates under test to LTA and to enable proper/full LTA by default. This approach is blocked on impl'ing the migration lint (which has been on my TODO list for a while now anyway) + some smaller details. |
Not ready for crater yet since this patch can't build stage1 std at the moment 🥲, still need to figure that out.
I've at least managed to make it build stage1 core & alloc.