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.