introduce mir::Unevaluated

This commit is contained in:
b-naber
2022-09-19 19:46:53 +02:00
parent 3e50038a2d
commit 9f3784df89
32 changed files with 166 additions and 132 deletions

View File

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