Type Definition rustc_mir_dataflow::ResultsRefCursor

source ·
pub type ResultsRefCursor<'a, 'mir, 'tcx, A> = ResultsCursor<'mir, 'tcx, A, &'a Results<'tcx, A>>;
Expand description

A ResultsCursor that borrows the underlying Results.

Layout

Note: Encountered an error during type layout; the type failed to be normalized.