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 88b50a1 commit 78c53f5Copy full SHA for 78c53f5
tests/ui/path_buf_push_overwrite.rs
@@ -3,4 +3,4 @@ use std::path::PathBuf;
3
fn main() {
4
let mut x = PathBuf::from("/foo");
5
x.push("/bar");
6
-}
+}
0 commit comments