We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because of #34151, incremental compilation cannot work reliably without MIR-trans. We should make sure that we can't run into this accidentally.
cc @nikomatsakis
The text was updated successfully, but these errors were encountered:
I added this to the milestone, since it's easy to do and can only lead to trouble once people try out the alpha.
Sorry, something went wrong.
Maybe we should just make -Z incremental imply -Z orbit? In any case, I just spent a bit of time debugging a case where I forgot to use -Z orbit =)
-Z incremental
-Z orbit
Auto merge of #35159 - michaelwoerister:incr-comp-implies-orbit, r=ni…
f495483
…komatsakis Automatically enable -Zorbit if -Zincremental is specified. Fixes #34973 r? @nikomatsakis
No branches or pull requests
Because of #34151, incremental compilation cannot work reliably without MIR-trans. We should make sure that we can't run into this accidentally.
cc @nikomatsakis
The text was updated successfully, but these errors were encountered: