Give a useful error when passed a non-existant file

This commit is contained in:
Matt Brubeck 2015-06-04 11:16:47 -07:00
parent 0bbc28236a
commit 76cf5bb45a
2 changed files with 11 additions and 3 deletions

View file

@ -8,7 +8,7 @@
#![feature(core)]
#![feature(exit_status)]
#![feature(optin_builtin_traits)]
#![cfg_attr(not(target_os = "android"), feature(path_ext))]
#![feature(path_ext)]
#![feature(plugin)]
#![feature(rustc_private)]
#![feature(step_by)]