-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Skip debug dep node code in non-incremental mode #142686
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
|
I lack a lot of context to understand these changes. Can you go into more detail for how things are going wrong/what this is fixed |
|
@zetanumbers |
269196d to
4c7778f
Compare
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
So if you use But if you build rustc with |
|
However now |
Issues happen when trying to use incremental_info with compiler's debug_assertions enabled to access more info, like the "Total Duplicate Edge Reads" counter.