1
Fork 0

Rustup to rustc 1.33.0-nightly (09d6ab90e 2018-12-20)

This commit is contained in:
bjorn3 2018-12-21 13:45:06 +01:00
parent 00e09cc5b9
commit 64d4257387

View 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"),
}