Skip to content

Commit 3f32738

Browse files
authored
Update compiler/rustc_middle/src/query/mod.rs
1 parent 507a1fd commit 3f32738

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+0
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ rustc_queries! {
210210
desc { |tcx| "parent module of `{}`", tcx.def_path_str(key.to_def_id()) }
211211
}
212212

213-
/// Internal helper query. Use `tcx.expansion_that_defined` instead
214213
query expn_that_defined(key: DefId) -> rustc_span::ExpnId {
215214
eval_always
216215
desc { |tcx| "expansion that defined `{}`", tcx.def_path_str(key) }

0 commit comments

Comments
 (0)