1
Fork 0

update new solver candidate assembly

This commit is contained in:
lcnr 2024-11-26 12:09:42 +01:00
parent 38ce73145c
commit d5a0c5cfdb
11 changed files with 187 additions and 105 deletions

View file

@ -971,7 +971,7 @@ pub struct ParamEnv<'tcx> {
}
impl<'tcx> rustc_type_ir::inherent::ParamEnv<TyCtxt<'tcx>> for ParamEnv<'tcx> {
fn caller_bounds(self) -> impl IntoIterator<Item = ty::Clause<'tcx>> {
fn caller_bounds(self) -> impl inherent::SliceLike<Item = ty::Clause<'tcx>> {
self.caller_bounds()
}
}