diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-05-29 12:09:23 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-05-30 12:51:34 +0200 |
| commit | d0ec85d3fb6d322496cb8f4bc1c21e19f23284ad (patch) | |
| tree | 2f33690d8348ae40a75c70eedf277e61d9e78093 /compiler/rustc_middle/src/query | |
| parent | d93b6a4598946a6a97e8f1b073b1cfc08d332a86 (diff) | |
| download | rust-d0ec85d3fb6d322496cb8f4bc1c21e19f23284ad.tar.gz rust-d0ec85d3fb6d322496cb8f4bc1c21e19f23284ad.zip | |
Merge CrateDisambiguator into StableCrateId
Diffstat (limited to 'compiler/rustc_middle/src/query')
| -rw-r--r-- | compiler/rustc_middle/src/query/mod.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_middle/src/query/mod.rs b/compiler/rustc_middle/src/query/mod.rs index 04aa30170dc..794ebba30d4 100644 --- a/compiler/rustc_middle/src/query/mod.rs +++ b/compiler/rustc_middle/src/query/mod.rs @@ -1238,10 +1238,6 @@ rustc_queries! { query proc_macro_decls_static(_: ()) -> Option<LocalDefId> { desc { "looking up the derive registrar for a crate" } } - query crate_disambiguator(_: CrateNum) -> CrateDisambiguator { - eval_always - desc { "looking up the disambiguator a crate" } - } // The macro which defines `rustc_metadata::provide_extern` depends on this query's name. // Changing the name should cause a compiler error, but in case that changes, be aware. query crate_hash(_: CrateNum) -> Svh { |
