未验证 提交 3f327386 编写于 作者: C Camille Gillot 提交者: GitHub

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

上级 507a1fdf
......@@ -210,7 +210,6 @@
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) }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册