mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 14:31:55 +00:00
merge two impl blocks
This commit is contained in:
parent
f9ba863c4d
commit
31a05a227a
@ -175,9 +175,7 @@ impl<'tcx> AutoTraitFinder<'tcx> {
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user