Type Definition rustc_typeck::check::coercion::DynamicCoerceMany [−][src]
pub type DynamicCoerceMany<'tcx> = CoerceMany<'tcx, 'tcx, &'tcx Expr<'tcx>>;
Expand description
The type of a CoerceMany
that is storing up the expressions into
a buffer. We use this in check/mod.rs
for things like break
.