Skip to content

Commit 31a05a2

Browse files
author
Lukas Markeffsky
committed
merge two impl blocks
1 parent f9ba863 commit 31a05a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_trait_selection/src/traits/auto_trait.rs

-2
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ impl<'tcx> AutoTraitFinder<'tcx> {
175175

176176
AutoTraitResult::PositiveImpl(auto_trait_callback(info))
177177
}
178-
}
179178

180-
impl<'tcx> AutoTraitFinder<'tcx> {
181179
/// The core logic responsible for computing the bounds for our synthesized impl.
182180
///
183181
/// To calculate the bounds, we call `SelectionContext.select` in a loop. Like

0 commit comments

Comments
 (0)