rustup to rustc 1.19.0-nightly (258ae6dd9 2017-06-15)

This commit is contained in:
messense
2017-06-16 11:30:55 +08:00
parent 3873c61347
commit 16a958b103
3 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
// error-pattern:cargo-clippy
#![feature(box_syntax)]
#![feature(collections)]
#![feature(alloc)]
#![feature(custom_attribute)]
#![feature(i128_type)]
#![feature(i128)]
@@ -22,7 +22,7 @@ extern crate toml;
// Only for the compile time checking of paths
extern crate core;
extern crate collections;
extern crate alloc;
// for unicode nfc normalization
extern crate unicode_normalization;