diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2025-07-03 13:30:59 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2025-07-22 22:37:50 +0000 |
| commit | 3440bc92f90366a9f65ec2b86e3e1b5fe3922aa6 (patch) | |
| tree | 00cc432ffaea32228158e64d108a489e88dbcaeb /compiler/rustc_middle/src/query/mod.rs | |
| parent | a7a1618e6c835f1f00940ad72203d05808209a0d (diff) | |
| download | rust-3440bc92f90366a9f65ec2b86e3e1b5fe3922aa6.tar.gz rust-3440bc92f90366a9f65ec2b86e3e1b5fe3922aa6.zip | |
Unquerify extern_mod_stmt_cnum.
Diffstat (limited to 'compiler/rustc_middle/src/query/mod.rs')
| -rw-r--r-- | compiler/rustc_middle/src/query/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_middle/src/query/mod.rs b/compiler/rustc_middle/src/query/mod.rs index ad7f4973e23..a80b323f4ae 100644 --- a/compiler/rustc_middle/src/query/mod.rs +++ b/compiler/rustc_middle/src/query/mod.rs @@ -2152,9 +2152,6 @@ rustc_queries! { desc { |tcx| "collecting child items of module `{}`", tcx.def_path_str(def_id) } separate_provide_extern } - query extern_mod_stmt_cnum(def_id: LocalDefId) -> Option<CrateNum> { - desc { |tcx| "computing crate imported by `{}`", tcx.def_path_str(def_id) } - } /// Gets the number of definitions in a foreign crate. /// |
