Update rustc.

This commit is contained in:
Ms2ger 2016-04-26 09:52:09 +02:00
parent 09b2efc706
commit 40fdf450c8
3 changed files with 1 additions and 3 deletions

View file

@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(ascii)]
#![feature(as_unsafe_cell)]
#![feature(borrow_state)]
#![feature(box_syntax)]

View file

@ -5,7 +5,6 @@
#![feature(box_syntax)]
#![feature(core_intrinsics)]
#![feature(custom_derive)]
#![cfg_attr(feature = "non-geckolib", feature(decode_utf16))]
#![feature(fnbox)]
#![feature(optin_builtin_traits)]
#![feature(plugin)]

View file

@ -1 +1 @@
2016-04-12
2016-04-24