Skip to content

Commit

Permalink
Revert "Rollup merge of rust-lang#98582 - oli-obk:unconstrained_opaqu…
Browse files Browse the repository at this point in the history
…e_type, r=estebank"

This reverts commit 6f8fb91, reversing
changes made to 7210e46.
  • Loading branch information
oli-obk committed Jul 20, 2022
1 parent 30a9533 commit bcd2241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_utils/src/qualify_min_const_fn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ fn check_place<'tcx>(tcx: TyCtxt<'tcx>, place: Place<'tcx>, span: Span, body: &B
}
},
ProjectionElem::ConstantIndex { .. }
| ProjectionElem::OpaqueCast(..)
| ProjectionElem::Downcast(..)
| ProjectionElem::Subslice { .. }
| ProjectionElem::Deref
Expand Down

0 comments on commit bcd2241

Please sign in to comment.