Sync from rust 3cdd004e55c869faa2b7b25efd3becf50346e7d6
This commit is contained in:
commit
fa9cce061e
@ -974,8 +974,8 @@ pub(crate) fn assert_assignable<'tcx>(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
(&ty::Coroutine(def_id_a, args_a, mov_a), &ty::Coroutine(def_id_b, args_b, mov_b))
|
(&ty::Coroutine(def_id_a, args_a), &ty::Coroutine(def_id_b, args_b))
|
||||||
if def_id_a == def_id_b && mov_a == mov_b =>
|
if def_id_a == def_id_b =>
|
||||||
{
|
{
|
||||||
let mut types_a = args_a.types();
|
let mut types_a = args_a.types();
|
||||||
let mut types_b = args_b.types();
|
let mut types_b = args_b.types();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user