From 3f3273862854811811e767751a9aa444ad6a8ae8 Mon Sep 17 00:00:00 2001 From: Camille Gillot Date: Sat, 5 Jun 2021 20:40:58 +0200 Subject: [PATCH] Update compiler/rustc_middle/src/query/mod.rs --- compiler/rustc_middle/src/query/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/rustc_middle/src/query/mod.rs b/compiler/rustc_middle/src/query/mod.rs index 6a112a8531c63..ad624d8d113f9 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) }