Skip to content

Commit f334a9e

Browse files
nikomatsakisdavidtwco
authored andcommitted
WIP boring() long line
1 parent a11245f commit f334a9e

File tree

1 file changed

+4
-1
lines changed
  • src/librustc_mir/borrow_check/nll/type_check

1 file changed

+4
-1
lines changed

src/librustc_mir/borrow_check/nll/type_check/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,10 @@ impl<'a, 'gcx, 'tcx> TypeChecker<'a, 'gcx, 'tcx> {
15231523
AggregateKind::Array(_) | AggregateKind::Tuple => ty::InstantiatedPredicates::empty(),
15241524
};
15251525

1526-
self.normalize_and_prove_instantiated_predicates(instantiated_predicates, location.boring());
1526+
self.normalize_and_prove_instantiated_predicates(
1527+
instantiated_predicates,
1528+
location.boring(),
1529+
);
15271530
}
15281531

15291532
fn prove_trait_ref(&mut self, trait_ref: ty::TraitRef<'tcx>, locations: Locations) {

0 commit comments

Comments
 (0)