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.
2 parents bd81add + 4f84aad commit 4ade8dcCopy full SHA for 4ade8dc
compiler/rustc_public/src/unstable/convert/stable/mir.rs
@@ -215,7 +215,6 @@ impl<'tcx> Stable<'tcx> for mir::Rvalue<'tcx> {
215
mutability.stable(tables, cx),
216
place.stable(tables, cx),
217
),
218
- Len(place) => crate::mir::Rvalue::Len(place.stable(tables, cx)),
219
Cast(cast_kind, op, ty) => crate::mir::Rvalue::Cast(
220
cast_kind.stable(tables, cx),
221
op.stable(tables, cx),
0 commit comments