Update compiler/rustc_middle/src/query/mod.rs

This commit is contained in:
Camille Gillot 2021-06-05 20:40:58 +02:00 committed by GitHub
parent 507a1fdf13
commit 3f32738628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) }