shrink ty::PredicateKind
again
This commit is contained in:
parent
283e0e670b
commit
bc0156bace
12 changed files with 68 additions and 22 deletions
|
@ -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 {}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue