You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use std::io;fnmain(){let output = Path::new("badpath\\a.txt");// badpath doesn't existlet _ret = io::File::create(&output);// so this is expected to return Err}
task '<main>' failed at '[15100] FormatMessage failure', C:\home\stone\rust-vanilla\src\libstd\os.rs:743
Reproduced on rust revision 092afdb, windows 8.1 korean locale.