Update compiler/rustc_middle/src/query/mod.rs
This commit is contained in:
parent
507a1fdf13
commit
3f32738628
1 changed files with 0 additions and 1 deletions
|
@ -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) }
|
||||
|
|
Loading…
Add table
Reference in a new issue