We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main_separator_str
1 parent 8147e6e commit b8d560cCopy full SHA for b8d560c
library/std/src/path.rs
@@ -271,7 +271,7 @@ pub const MAIN_SEPARATOR: char = crate::sys::path::MAIN_SEP;
271
/// The primary separator of path components for the current platform.
272
///
273
/// For example, `/` on Unix and `\` on Windows.
274
-#[unstable(feature = "main_separator_str", issue = "94071")]
+#[stable(feature = "main_separator_str", since = "CURRENT_RUSTC_VERSION")]
275
pub const MAIN_SEPARATOR_STR: &str = crate::sys::path::MAIN_SEP_STR;
276
277
////////////////////////////////////////////////////////////////////////////////
0 commit comments