From 29c8fcfc242023c678ca644517f7896461469064 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Wed, 12 Sep 2018 14:16:28 +0200 Subject: [PATCH] Rustup to rustc 1.30.0-nightly (2f1547c0a 2018-09-11) --- src/base.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base.rs b/src/base.rs index caa4eae75f86..0dd7e1382c0b 100644 --- a/src/base.rs +++ b/src/base.rs @@ -549,7 +549,7 @@ fn trans_stmt<'a, 'tcx: 'a>( | StatementKind::ReadForMatch(_) | StatementKind::Validate(_, _) | StatementKind::EndRegion(_) - | StatementKind::UserAssertTy(_, _) => {} + | StatementKind::AscribeUserType(..) => {} StatementKind::InlineAsm { .. } => unimpl!("Inline assembly is not supported"), }