We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507a1fd commit 3f32738Copy full SHA for 3f32738
compiler/rustc_middle/src/query/mod.rs
@@ -210,7 +210,6 @@ rustc_queries! {
210
desc { |tcx| "parent module of `{}`", tcx.def_path_str(key.to_def_id()) }
211
}
212
213
- /// Internal helper query. Use `tcx.expansion_that_defined` instead
214
query expn_that_defined(key: DefId) -> rustc_span::ExpnId {
215
eval_always
216
desc { |tcx| "expansion that defined `{}`", tcx.def_path_str(key) }
0 commit comments