diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2018-12-21 13:45:06 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2018-12-21 13:45:06 +0100 |
| commit | 64d42573876407db4fa466bacf99fde85668fccf (patch) | |
| tree | 3b8c0f6a8ca270e0bc1aa019eab79f6a0616a51a | |
| parent | 00e09cc5b945084576e97babc298e6f7fba6775b (diff) | |
| download | rust-64d42573876407db4fa466bacf99fde85668fccf.tar.gz rust-64d42573876407db4fa466bacf99fde85668fccf.zip | |
Rustup to rustc 1.33.0-nightly (09d6ab90e 2018-12-20)
| -rw-r--r-- | src/base.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/base.rs b/src/base.rs index 24a46ef0a98..ed04880f2ed 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"), } |
