merge two impl blocks
This commit is contained in:
@@ -175,9 +175,7 @@ impl<'tcx> AutoTraitFinder<'tcx> {
|
|||||||
|
|
||||||
AutoTraitResult::PositiveImpl(auto_trait_callback(info))
|
AutoTraitResult::PositiveImpl(auto_trait_callback(info))
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
impl<'tcx> AutoTraitFinder<'tcx> {
|
|
||||||
/// The core logic responsible for computing the bounds for our synthesized impl.
|
/// The core logic responsible for computing the bounds for our synthesized impl.
|
||||||
///
|
///
|
||||||
/// To calculate the bounds, we call `SelectionContext.select` in a loop. Like
|
/// To calculate the bounds, we call `SelectionContext.select` in a loop. Like
|
||||||
|
|||||||
Reference in New Issue
Block a user