1
Fork 0

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

@ -108,14 +108,10 @@
#![feature(macro_rules, globs, managed_boxes, linkage)]
#![feature(default_type_params, phase, lang_items, unsafe_destructor)]
#![feature(import_shadowing)]
#![feature(issue_5723_bootstrap)]
// Don't link to std. We are std.
#![no_std]
// NOTE(stage0, pcwalton): Remove after snapshot.
#![allow(unknown_features)]
#![allow(deprecated)]
#![deny(missing_doc)]