mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
60eaaba6c0
Weaken `assert_dep_node_not_yet_allocated_in_current_session` for multiple threads This changes `assert_dep_node_not_yet_allocated_in_current_session` to not panic if the node is already marked green. Another thread may manage to mark it green if there was uncolored node when we initially tried to mark it green.