Module rustc_mir_dataflow::rustc_peek
source ยท Structsยง
- PeekCall ๐
Enumsยง
- PeekCallKind ๐
Traitsยง
- RustcPeekAt ๐
Functionsยง
- has_rustc_mir_with ๐
- This function scans
mir
for all calls to the intrinsicrustc_peek
that have the expression formrustc_peek(&expr)
. - If
stmt
is an assignment where the LHS is the given local (with no projections), returns the RHS of the assignment.