From 31a05a227afb9aa2b2ad02a04593f86aea7641e4 Mon Sep 17 00:00:00 2001 From: Lukas Markeffsky <@> Date: Sat, 20 Apr 2024 18:24:54 +0200 Subject: merge two impl blocks --- compiler/rustc_trait_selection/src/traits/auto_trait.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/rustc_trait_selection/src') diff --git a/compiler/rustc_trait_selection/src/traits/auto_trait.rs b/compiler/rustc_trait_selection/src/traits/auto_trait.rs index c450d104e5c..f9e7ed9dcbb 100644 --- a/compiler/rustc_trait_selection/src/traits/auto_trait.rs +++ b/compiler/rustc_trait_selection/src/traits/auto_trait.rs @@ -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 -- cgit 1.4.1-3-g733a5