]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #55148 - SimonSapin:path-fromstr, r=oli-obk
authorkennytm <kennytm@gmail.com>
Sun, 28 Oct 2018 08:38:45 +0000 (16:38 +0800)
committerGitHub <noreply@github.com>
Sun, 28 Oct 2018 08:38:45 +0000 (16:38 +0800)
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


Trivial merge