rust/compiler/rustc_codegen_ssa
Stuart Cook 60eaaba6c0
Rollup merge of #152067 - Zoxc:graph-weak-assert, r=jackh726
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.
2026-02-08 16:58:25 +11:00
..
src Rollup merge of #152067 - Zoxc:graph-weak-assert, r=jackh726 2026-02-08 16:58:25 +11:00
Cargo.toml Convert to inline diagnostics in rustc_codegen_ssa 2026-02-04 17:24:41 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.