]> git.lizzy.rs Git - rust.git/commitdiff
Rustup to rustc 1.33.0-nightly (09d6ab90e 2018-12-20)
authorbjorn3 <bjorn3@users.noreply.github.com>
Fri, 21 Dec 2018 12:45:06 +0000 (13:45 +0100)
committerbjorn3 <bjorn3@users.noreply.github.com>
Fri, 21 Dec 2018 12:45:06 +0000 (13:45 +0100)
src/base.rs

index 24a46ef0a988353d7812e2be8d4958fd762ddeeb..ed04880f2edfd75db678114829b0c85bff0929ab 100644 (file)
@@ -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"),
     }