Register new snapshots
This commit is contained in:
parent
51d0d06410
commit
d15d559739
52 changed files with 11 additions and 724 deletions
|
@ -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)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue