We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
manual_main_separator_str
1 parent a61b7b7 commit b2dc66eCopy full SHA for b2dc66e
std/src/path.rs
@@ -263,6 +263,7 @@ pub fn is_separator(c: char) -> bool {
263
///
264
/// For example, `/` on Unix and `\` on Windows.
265
#[stable(feature = "rust1", since = "1.0.0")]
266
+#[cfg_attr(not(test), rustc_diagnostic_item = "path_main_separator")]
267
pub const MAIN_SEPARATOR: char = crate::sys::path::MAIN_SEP;
268
269
/// The primary separator of path components for the current platform.
0 commit comments