We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ba863 commit 31a05a2Copy full SHA for 31a05a2
compiler/rustc_trait_selection/src/traits/auto_trait.rs
@@ -175,9 +175,7 @@ impl<'tcx> AutoTraitFinder<'tcx> {
175
176
AutoTraitResult::PositiveImpl(auto_trait_callback(info))
177
}
178
-}
179
180
-impl<'tcx> AutoTraitFinder<'tcx> {
181
/// The core logic responsible for computing the bounds for our synthesized impl.
182
///
183
/// To calculate the bounds, we call `SelectionContext.select` in a loop. Like
0 commit comments