Function rustc_query_impl::make_query::thir_body [−][src]
pub fn thir_body<'tcx>(
tcx: QueryCtxt<'tcx>,
key: thir_body<'tcx>
) -> QueryStackFrame
Expand description
Fetch the THIR for a given body. If typeck for that body failed, returns an empty Thir
.