Module rustc_typeck::check::generator_interior [−][src]
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
This calculates the types which has storage which lives across a suspension point in a
generator from the perspective of typeck. The actual types used at runtime
is calculated in rustc_mir::transform::generator and may be a subset of the
types computed here.
Structs
| InteriorVisitor |
[ Experimental ]
|
Functions
| resolve_interior |
[ Experimental ]
|