We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce77eb commit e52e641Copy full SHA for e52e641
compiler/rustc_type_ir/src/flags.rs
@@ -409,8 +409,8 @@ impl<I: Interner> FlagComputation<I> {
409
self.add_term(t1);
410
self.add_term(t2);
411
}
412
- ty::PredicateKind::Clause(ty::ClauseKind::UnstableFeature(_))
413
- | ty::PredicateKind::Ambiguous => {},
+ ty::PredicateKind::Clause(ty::ClauseKind::UnstableFeature(_))
+ | ty::PredicateKind::Ambiguous => {}
414
415
416
0 commit comments