Home
last modified time | relevance | path

Searched defs:NeededMigration (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dupvar.rs130 struct NeededMigration { struct
131 var_hir_id: hir::HirId,
132 diagnostics_info: Vec<MigrationLintNote>,
1149 ) -> (Vec<NeededMigration>, MigrationWarningReason) { in compute_2229_migrations()
2021 need_migrations: &[NeededMigration], in migration_suggestion_for_2229()