mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +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.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.