diff --git a/src/base.rs b/src/base.rs index 24a46ef0a988..ed04880f2edf 100644 --- a/src/base.rs +++ b/src/base.rs @@ -655,8 +655,7 @@ fn trans_stmt<'a, 'tcx: 'a>( | StatementKind::Nop | StatementKind::FakeRead(..) | StatementKind::Retag { .. } - | StatementKind::AscribeUserType(..) - | StatementKind::EscapeToRaw(..) => {} + | StatementKind::AscribeUserType(..) => {} StatementKind::InlineAsm { .. } => unimpl!("Inline assembly is not supported"), }