Skip to content

Commit e4430e0

Browse files
committed
Rollup merge of rust-lang#57040 - otavio:topic/adjust-path_from_str-feature-gate, r=Centril
Fix feature gate to point to 1.32.0 for `path_from_str` When the feature has been added back (rust-lang#55148) the feature gate has not been adjusted accordingly. We have it enabled for 1.32.0, currently in Beta, so adjust it. Refs: rust-lang#44431. Signed-off-by: Otavio Salvador <[email protected]>
2 parents 5e727a4 + 8c40aed commit e4430e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/path.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ impl From<String> for PathBuf {
14611461
}
14621462
}
14631463

1464-
#[stable(feature = "path_from_str", since = "1.26.0")]
1464+
#[stable(feature = "path_from_str", since = "1.32.0")]
14651465
impl FromStr for PathBuf {
14661466
type Err = ParseError;
14671467

0 commit comments

Comments
 (0)