Skip to content

Commit 46e832e

Browse files
committed
Revert "Auto merge of rust-lang#93893 - oli-obk:sad_revert, r=oli-obk"
This reverts commit 6499c5e, reversing changes made to 78450d2.
1 parent a7da8a6 commit 46e832e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_utils/src/qualify_min_const_fn.rs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pub fn is_min_const_fn<'a, 'tcx>(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, msrv:
3333
| ty::PredicateKind::ConstEvaluatable(..)
3434
| ty::PredicateKind::ConstEquate(..)
3535
| ty::PredicateKind::Trait(..)
36+
| ty::PredicateKind::OpaqueType(..)
3637
| ty::PredicateKind::TypeWellFormedFromEnv(..) => continue,
3738
ty::PredicateKind::ObjectSafe(_) => panic!("object safe predicate on function: {:#?}", predicate),
3839
ty::PredicateKind::ClosureKind(..) => panic!("closure kind predicate on function: {:#?}", predicate),

0 commit comments

Comments
 (0)