Register new snapshots

This commit is contained in:
Alex Crichton
2014-08-29 14:33:08 -07:00
parent 51d0d06410
commit d15d559739
52 changed files with 11 additions and 724 deletions

View File

@@ -25,12 +25,8 @@
#![feature(macro_rules, globs, managed_boxes, default_type_params, phase)]
#![feature(quote, struct_variant, unsafe_destructor, import_shadowing)]
#![feature(issue_5723_bootstrap)]
#![allow(deprecated)]
// NOTE(stage0, pcwalton): Remove after snapshot.
#![allow(unknown_features)]
extern crate fmt_macros;
extern crate debug;
#[phase(plugin, link)] extern crate log;