Skip to content

Commit 29c8fcf

Browse files
committed
Rustup to rustc 1.30.0-nightly (2f1547c 2018-09-11)
1 parent a63b854 commit 29c8fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ fn trans_stmt<'a, 'tcx: 'a>(
549549
| StatementKind::ReadForMatch(_)
550550
| StatementKind::Validate(_, _)
551551
| StatementKind::EndRegion(_)
552-
| StatementKind::UserAssertTy(_, _) => {}
552+
| StatementKind::AscribeUserType(..) => {}
553553

554554
StatementKind::InlineAsm { .. } => unimpl!("Inline assembly is not supported"),
555555
}

0 commit comments

Comments
 (0)