]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/query/mod.rs
Replace #[plugin_registrar] with exporting __rustc_plugin_registrar
[rust.git] / compiler / rustc_middle / src / query / mod.rs
index 3c16852df059a9ee6b6938cd9bb7fdffaf252679..7c7025ac37a382509377edeac21b57e8998b7db2 100644 (file)
     query entry_fn(_: ()) -> Option<(DefId, EntryFnType)> {
         desc { "looking up the entry function of a crate" }
     }
-    query plugin_registrar_fn(_: ()) -> Option<LocalDefId> {
-        desc { "looking up the plugin registrar for a crate" }
-    }
     query proc_macro_decls_static(_: ()) -> Option<LocalDefId> {
         desc { "looking up the derive registrar for a crate" }
     }