about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille Gillot <gillot.camille@gmail.com>2021-06-05 20:40:58 +0200
committerGitHub <noreply@github.com>2021-06-05 20:40:58 +0200
commit3f3273862854811811e767751a9aa444ad6a8ae8 (patch)
treee2b19fc6f7ab2c3ba1010d0678ca4dd24f0e6c94
parent507a1fdf138b6247e0c31bcc00e844f5293c8394 (diff)
downloadrust-3f3273862854811811e767751a9aa444ad6a8ae8.tar.gz
rust-3f3273862854811811e767751a9aa444ad6a8ae8.zip
Update compiler/rustc_middle/src/query/mod.rs
-rw-r--r--compiler/rustc_middle/src/query/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/query/mod.rs b/compiler/rustc_middle/src/query/mod.rs
index 6a112a8531c..ad624d8d113 100644
--- a/compiler/rustc_middle/src/query/mod.rs
+++ b/compiler/rustc_middle/src/query/mod.rs
@@ -210,7 +210,6 @@ rustc_queries! {
         desc { |tcx| "parent module of `{}`", tcx.def_path_str(key.to_def_id()) }
     }
 
-    /// Internal helper query. Use `tcx.expansion_that_defined` instead
     query expn_that_defined(key: DefId) -> rustc_span::ExpnId {
         eval_always
         desc { |tcx| "expansion that defined `{}`", tcx.def_path_str(key) }