Module cx

Source
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§

block 🔒
expr 🔒

Structs§

ThirBuildCx 🔒
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.