]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_borrowck/src/prefixes.rs
Rollup merge of #101779 - eholk:drop-tracking-test-output, r=jyn514
[rust.git] / compiler / rustc_borrowck / src / prefixes.rs
index 2b50cbac9a02da128786fa86e3ed5d80dcfa8b44..bdf2becb711264eff522a8cbe962ea5db3888cc1 100644 (file)
@@ -81,7 +81,6 @@ fn next(&mut self) -> Option<Self::Item> {
                         }
                         ProjectionElem::Downcast(..)
                         | ProjectionElem::Subslice { .. }
-                        | ProjectionElem::OpaqueCast { .. }
                         | ProjectionElem::ConstantIndex { .. }
                         | ProjectionElem::Index(_) => {
                             cursor = cursor_base;