merge two impl blocks

This commit is contained in:
Lukas Markeffsky 2024-04-20 18:24:54 +02:00
parent f9ba863c4d
commit 31a05a227a

View file

@ -175,9 +175,7 @@ pub fn find_auto_trait_generics<A>(
AutoTraitResult::PositiveImpl(auto_trait_callback(info))
}
}
impl<'tcx> AutoTraitFinder<'tcx> {
/// The core logic responsible for computing the bounds for our synthesized impl.
///
/// To calculate the bounds, we call `SelectionContext.select` in a loop. Like