Skip to content

Commit 9b3c0e2

Browse files
committed
fmt
1 parent bf8a7d6 commit 9b3c0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/error_reporting/traits/fulfillment_errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {
642642
ty::PredicateKind::Clause(ty::ClauseKind::UnstableFeature(symbol)) => {
643643
// TODO: write a test that can trigger this path.
644644
span_bug!(span, "unstable feature {:?} not enabled", symbol);
645-
}
645+
}
646646

647647
// Errors for `ConstEvaluatable` predicates show up as
648648
// `SelectionError::ConstEvalFailure`,

0 commit comments

Comments
 (0)