Searched defs:NeededMigration (Results 1 – 1 of 1) sorted by relevance
130 struct NeededMigration { struct131 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()