Update rustc to the 2015-12-09 nightly.

This commit is contained in:
Ms2ger 2015-12-09 11:48:00 -05:00
parent 8ba470d79f
commit cfa18bc2e6
5 changed files with 113 additions and 112 deletions

View file

@ -19,6 +19,7 @@
#![feature(mpsc_select)]
#![feature(nonzero)]
#![feature(on_unimplemented)]
#![feature(peekable_is_empty)]
#![feature(plugin)]
#![feature(slice_patterns)]
#![feature(str_utf16)]