Type Definition rustc_typeck::check::upvar::MigrationDiagnosticInfo[][src]

type MigrationDiagnosticInfo = (HirId, Vec<(Option<HirId>, String, String)>);
Expand description

Intermediate format to store the hir id of the root variable and a HashSet containing information on why the root variable should be fully captured