Skip to content

Commit 770ecd2

Browse files
authored
Update to correct feature const_path_prefix
1 parent f3de4aa commit 770ecd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/path.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ impl<'a> Prefix<'a> {
214214
/// assert!(!Disk(b'C').is_verbatim());
215215
/// ```
216216
#[inline]
217-
#[rustc_const_stable(feature = "const_ip", since = "1.48.0")]
217+
#[rustc_const_stable(feature = "const_path_prefix", since = "1.48.0")]
218218
#[stable(feature = "rust1", since = "1.0.0")]
219219
pub const fn is_verbatim(&self) -> bool {
220220
use self::Prefix::*;

0 commit comments

Comments
 (0)