From: kennytm Date: Sun, 28 Oct 2018 08:38:45 +0000 (+0800) Subject: Rollup merge of #55148 - SimonSapin:path-fromstr, r=oli-obk X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=b9763de9b544ef5d01928eafdf5194850e94f340;p=rust.git Rollup merge of #55148 - SimonSapin:path-fromstr, r=oli-obk Implement FromStr for PathBuf Initially landed in https://github.com/rust-lang/rust/pull/48292 and reverted in https://github.com/rust-lang/rust/pull/50401. This time, use `std::string::ParseError` as suggested in https://github.com/rust-lang/rust/issues/44431#issuecomment-428112632 --- b9763de9b544ef5d01928eafdf5194850e94f340