Expand description
This module contains the functionality to convert from the wacky tcx data
structures into the THIR. The builder
is generally ignorant of the tcx,
etc., and instead goes through the Cx
for most of its work.
Modules§
Structs§
- Thir
Build 🔒Cx - Context for lowering HIR to THIR for a single function body (or other kind of body).
Functions§
- thir_
body 🔒 - Query implementation for
TyCtxt::thir_body
.