Remove in_band_lifetimes from rustc_trait_selection
This commit is contained in:
committed by
Sylvan Bowdler
parent
195e931b02
commit
dd5717a6d6
@@ -219,7 +219,7 @@ impl<'tcx> AutoTraitFinder<'tcx> {
|
||||
}
|
||||
}
|
||||
|
||||
impl AutoTraitFinder<'tcx> {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user