File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_hir_analysis/src/collect Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -747,7 +747,7 @@ pub(super) fn assert_only_contains_predicates_from<'tcx>(
747
747
ty:: ClauseKind :: RegionOutlives ( _)
748
748
| ty:: ClauseKind :: ConstArgHasType ( _, _)
749
749
| ty:: ClauseKind :: WellFormed ( _)
750
- | ty:: ClauseKind :: UnstableFeature
750
+ | ty:: ClauseKind :: UnstableFeature
751
751
| ty:: ClauseKind :: ConstEvaluatable ( _) => {
752
752
bug ! (
753
753
"unexpected non-`Self` predicate when computing \
@@ -775,7 +775,7 @@ pub(super) fn assert_only_contains_predicates_from<'tcx>(
775
775
| ty:: ClauseKind :: ConstArgHasType ( _, _)
776
776
| ty:: ClauseKind :: WellFormed ( _)
777
777
| ty:: ClauseKind :: ConstEvaluatable ( _)
778
- | ty:: ClauseKind :: UnstableFeature
778
+ | ty:: ClauseKind :: UnstableFeature
779
779
| ty:: ClauseKind :: HostEffect ( ..) => {
780
780
bug ! (
781
781
"unexpected non-`Self` predicate when computing \
You can’t perform that action at this time.
0 commit comments