Module rustc_mir_dataflow::rustc_peek
source · Structs
Enums
Traits
Functions
This function scans
mir
for all calls to the intrinsic
rustc_peek
that have the expression form rustc_peek(&expr)
.If
stmt
is an assignment where the LHS is the given local (with no projections), returns the
RHS of the assignment.