Module rvalue_scopes

Source

Functions§

record_rvalue_scope 🔒
record_rvalue_scope_rec 🔒
Applied to an expression expr if expr – or something owned or partially owned by expr – is going to be indirectly referenced by a variable in a let statement. In that case, the “temporary lifetime” or expr is extended to be the block enclosing the let statement.
resolve_rvalue_scopes 🔒