Module rustc_peek

Source

Structsยง

PeekCall ๐Ÿ”’

Enumsยง

PeekCallKind ๐Ÿ”’

Traitsยง

RustcPeekAt ๐Ÿ”’

Functionsยง

has_rustc_mir_with ๐Ÿ”’
sanity_check
sanity_check_via_rustc_peek ๐Ÿ”’
This function scans mir for all calls to the intrinsic rustc_peek that have the expression form rustc_peek(&expr).
value_assigned_to_local ๐Ÿ”’
If stmt is an assignment where the LHS is the given local (with no projections), returns the RHS of the assignment.