Skip to content

Commit d42a48d

Browse files
authored
Rollup merge of #144870 - Kivooeo:file_prefix-stabilize, r=tgross35
Stabilize `path_file_prefix` feature This stabilises `Path::file_prefix`, following the FCP in [tracking issue ](rust-lang/rust#86319) (FCP ended almost a year ago, so if it's needed for proccess we could rerun it) Closes: rust-lang/rust#86319
2 parents a493e27 + 849f71f commit d42a48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/missing-test-files.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![warn(rust_2018_idioms, unused_lifetimes)]
22
#![allow(clippy::assertions_on_constants)]
3-
#![feature(path_file_prefix)]
3+
#![cfg_attr(bootstrap, feature(path_file_prefix))]
44

55
use std::cmp::Ordering;
66
use std::ffi::OsStr;

0 commit comments

Comments
 (0)