We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
thir_body
1 parent 9a700d2 commit fdc15efCopy full SHA for fdc15ef
compiler/rustc_middle/src/query/mod.rs
@@ -222,6 +222,7 @@ rustc_queries! {
222
223
/// Fetch the THIR for a given body. If typeck for that body failed, returns an empty `Thir`.
224
query thir_body(key: ty::WithOptConstParam<LocalDefId>) -> (&'tcx Steal<thir::Thir<'tcx>>, thir::ExprId) {
225
+ no_hash
226
desc { |tcx| "building THIR for `{}`", tcx.def_path_str(key.did.to_def_id()) }
227
}
228
0 commit comments