mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
59fd4ef94d
Bring back `enum DepKind`. *[View all comments](https://triagebot.infra.rust-lang.org/gh-comments/rust-lang/rust/pull/152747)* It was removed in rust-lang/rust#115920 to enable it being moved to `rustc_query_system`, a move that has recently been reversed. It's much simpler as an enum. r? @Zalathar
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.