-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Add a sanity check in case of any duplicate nodes #149916
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
base: main
Are you sure you want to change the base?
Conversation
|
rustbot has assigned @jdonszelmann. Use |
|
r=me once CI is green |
|
@bors try @rust-timer queue |
|
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
|
⌛ Trying commit c7b5fb5 with merge 932e85d… To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/20171519528 |
Add a sanity check in case of any duplicate nodes
A simple check in case compiler tries to encode a dep node twice like in #141540.
Also if we'd try to mark a red node as green as it may then create a bad
DepNodeIndexlike in #148295.