shrink ty::PredicateKind again

This commit is contained in:
lcnr 2021-08-02 08:47:15 +02:00
parent 283e0e670b
commit bc0156bace
12 changed files with 68 additions and 22 deletions

View file

@ -303,7 +303,7 @@ rustc_queries! {
}
query try_unify_abstract_consts(key: (
ty::Unevaluated<'tcx>, ty::Unevaluated<'tcx>
ty::Unevaluated<'tcx, ()>, ty::Unevaluated<'tcx, ()>
)) -> bool {
desc {
|tcx| "trying to unify the generic constants {} and {}",