mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
42010a23f5
Unsupported query error now specifies if its unsupported for local or external crate Fixes #101666. I had to move `keys.rs` from `rustc_query_impl` to `rustc_middle`. I don't know if that is problematic. I couldn't think of any other way to get the needed information inside `rustc_middle`. r? ```@jyn514```