Skip to content

Commit

Permalink
Update compiler/rustc_middle/src/query/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot authored Jun 5, 2021
1 parent 507a1fd commit 3f32738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_middle/src/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand Down

0 comments on commit 3f32738

Please sign in to comment.