We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
const_path_prefix
1 parent f3de4aa commit 770ecd2Copy full SHA for 770ecd2
library/std/src/path.rs
@@ -214,7 +214,7 @@ impl<'a> Prefix<'a> {
214
/// assert!(!Disk(b'C').is_verbatim());
215
/// ```
216
#[inline]
217
- #[rustc_const_stable(feature = "const_ip", since = "1.48.0")]
+ #[rustc_const_stable(feature = "const_path_prefix", since = "1.48.0")]
218
#[stable(feature = "rust1", since = "1.0.0")]
219
pub const fn is_verbatim(&self) -> bool {
220
use self::Prefix::*;
0 commit comments