Home
last modified time | relevance | path

Searched refs:from_io (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/autocfg/src/
H A Dlib.rs164 let meta = try!(fs::metadata(&dir).map_err(error::from_io)); in with_dir()
226 let mut child = try!(command.spawn().map_err(error::from_io)); in probe()
230 try!(stdin.write_all(b"#![no_std]\n").map_err(error::from_io)); in probe()
232 try!(stdin.write_all(code.as_ref()).map_err(error::from_io)); in probe()
235 let status = try!(child.wait().map_err(error::from_io)); in probe()
H A Dversion.rs30 .map_err(error::from_io)); in from_rustc()

Completed in 2 milliseconds