Stop using env::set_exit_code.

This commit is contained in:
Ms2ger 2015-06-26 19:46:16 +02:00
parent ef97879c27
commit d7c0d65cc4
4 changed files with 85 additions and 90 deletions

View file

@ -5,7 +5,6 @@
#![feature(alloc)]
#![feature(box_syntax)]
#![feature(core_intrinsics)]
#![feature(exit_status)]
#![feature(fnbox)]
#![feature(hashmap_hasher)]
#![feature(heap_api)]