mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
@@ -605,7 +605,7 @@ struct ConstraintLocator<'tcx> {
|
||||
found: Option<ty::OpaqueHiddenType<'tcx>>,
|
||||
|
||||
/// In the presence of dead code, typeck may figure out a hidden type
|
||||
/// while borrowck will now. We collect these cases here and check at
|
||||
/// while borrowck will not. We collect these cases here and check at
|
||||
/// the end that we actually found a type that matches (modulo regions).
|
||||
typeck_types: Vec<ty::OpaqueHiddenType<'tcx>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user