We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132b4e5 commit a8fbe2fCopy full SHA for a8fbe2f
library/std/src/sys/unix/os.rs
@@ -223,7 +223,7 @@ where
223
224
impl fmt::Display for JoinPathsError {
225
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
226
- write!(f, "path segment contains separator `{}`", PATH_SEPARATOR)
+ write!(f, "path segment contains separator `{}`", char::from(PATH_SEPARATOR))
227
}
228
229
0 commit comments