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 7404d3b commit 555b2d9Copy full SHA for 555b2d9
compiler/rustc_hir_analysis/src/collect/predicates_of.rs
@@ -752,8 +752,8 @@ pub(super) fn assert_only_contains_predicates_from<'tcx>(
752
"unexpected non-`Self` predicate when computing \
753
`{filter:?}` implied bounds: {clause:?}"
754
);
755
- },
756
- ty::ClauseKind::UnstableImpl => todo!()
+ }
+ ty::ClauseKind::UnstableImpl => todo!(),
757
}
758
759
@@ -781,7 +781,7 @@ pub(super) fn assert_only_contains_predicates_from<'tcx>(
781
782
783
784
785
786
787
0 commit comments