Rustup to rustc 1.32.0-nightly (8b096314a 2018-11-02)

This commit is contained in:
bjorn3 2018-11-03 12:49:55 +01:00
parent 12a5d777d3
commit 23e0b0bd9c

View file

@ -657,8 +657,8 @@ fn trans_stmt<'a, 'tcx: 'a>(
| StatementKind::StorageDead(_)
| StatementKind::Nop
| StatementKind::FakeRead(..)
| StatementKind::Validate(_, _)
| StatementKind::EndRegion(_)
| StatementKind::Retag { .. }
| StatementKind::AscribeUserType(..) => {}
StatementKind::InlineAsm { .. } => unimpl!("Inline assembly is not supported"),