auto merge of #15556 : alexcrichton/rust/snapshots, r=brson

Closes #15544
This commit is contained in:
bors
2014-07-10 03:21:30 +00:00
44 changed files with 13 additions and 242 deletions

View File

@@ -47,7 +47,6 @@
// Since libcore defines many fundamental lang items, all tests live in a
// separate crate, libcoretest, to avoid bizarre issues.
#![crate_id = "core#0.11.0"]
#![crate_name = "core"]
#![experimental]
#![license = "MIT/ASL2"]
@@ -61,7 +60,6 @@
#![feature(globs, intrinsics, lang_items, macro_rules, managed_boxes, phase)]
#![feature(simd, unsafe_destructor)]
#![deny(missing_doc)]
#![allow(unused_attribute)] // NOTE: remove after stage0
mod macros;