Register new snapshots

This commit is contained in:
Alex Crichton
2014-05-09 16:30:57 -07:00
parent 66f4f558cb
commit 3f5e3af838
15 changed files with 33 additions and 69 deletions

View File

@@ -907,12 +907,6 @@ impl<'a> Parser<'a> {
abi::Rust
};
// NOTE: remove after a stage0 snapshot
let fn_style = match self.parse_unsafety() {
UnsafeFn => UnsafeFn,
NormalFn => fn_style,
};
self.expect_keyword(keywords::Fn);
let (decl, lifetimes) = self.parse_ty_fn_decl(true);
return TyBareFn(@BareFnTy {