mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
error: calling `push` with '/' or '/' (file system root) will overwrite the previous path definition
|
|
--> $DIR/path_buf_push_overwrite.rs:7:12
|
|
|
|
|
LL | x.push("/bar");
|
|
| ^^^^^^ help: try: `"bar"`
|
|
|
|
|
= note: `-D clippy::path-buf-push-overwrite` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|