Module rustc_mir_transform::shim::async_destructor_ctor

source ·

Structs§

  • Builder for async_drop_in_place shim. Functions as a stack machine to build up an expression using combinators. Stack contains pairs of locals and types. Combinator is a not yet instantiated pair of a function and a type, is considered to be an operator which consumes operands from the stack by instantiating its function and its type with operand types and moving locals into the function call. Top pair is considered to be the last operand.

Enums§

Functions§