mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
2e1094429d
Querify local `plugin_registrar_fn` and `proc_macro_decls_static` Instead of calculating them as part of the `Session`, we do that in the query system. It's also nice that these queries are already defined for external crates - here, we provide the queries for the local crate. r? @nikomatsakis