Upgrade to latest Rust

- env is no longer feature gated
- exit_status is!
This commit is contained in:
Ben S 2015-03-02 01:59:43 +00:00
parent 6b3d812af5
commit 9e7c80bcd0

View File

@ -1,4 +1,4 @@
#![feature(collections, core, env, io, libc, old_io, old_path, os, std_misc)]
#![feature(collections, core, exit_status, io, libc, old_io, old_path, os, std_misc)]
// Other platforms than macos don't need std_misc but you can't
// use #[cfg] on features.