We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2afe585 + b8d560c commit 4aac9b0Copy full SHA for 4aac9b0
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