1
Fork 0

remap ParamEnv with obligation

This commit is contained in:
Deadbeef 2022-09-16 11:38:28 +08:00
parent 08aeb1aa9b
commit 5ead742e18
4 changed files with 24 additions and 8 deletions

View file

@ -436,7 +436,6 @@ impl<'a, 'b, 'tcx> Visitor<'tcx> for TypeVerifier<'a, 'b, 'tcx> {
locations,
);
self.cx.param_env = prev;
}
}
}