https://rustc-dev-guide.rust-lang.org/compiler-src.html It says that ```` However, since the query system is defined in rustc_middle, nearly all subsequent parts of the compiler depend on this crate. ```` but I think that may no longer be true as of https://github.com/rust-lang/rust/pull/70951 ...?
https://rustc-dev-guide.rust-lang.org/compiler-src.html
It says that
but I think that may no longer be true as of rust-lang/rust#70951 ...?