Use the new io's stderr handle to write out the hard-fail warning.

This commit is contained in:
Ms2ger 2015-03-28 18:10:38 +01:00
parent 65a0ebc567
commit 89ce2216fd
2 changed files with 3 additions and 3 deletions

View file

@ -5,6 +5,7 @@
#![feature(box_syntax)]
#![feature(core)]
#![feature(int_uint)]
#![feature(io)]
#![feature(old_io)]
#![feature(rustc_private)]
#![feature(std_misc)]