2023-08-24 21:32:12 +02:00
|
|
|
error: calling `push` with '/' or '\' (file system root) will overwrite the previous path definition
|
2024-02-17 12:16:29 +00:00
|
|
|
--> tests/ui/path_buf_push_overwrite.rs:6:12
|
2019-04-13 13:47:46 -03:00
|
|
|
|
|
|
|
|
LL | x.push("/bar");
|
|
|
|
| ^^^^^^ help: try: `"bar"`
|
|
|
|
|
|
2019-04-21 06:22:06 -07:00
|
|
|
= note: `-D clippy::path-buf-push-overwrite` implied by `-D warnings`
|
2023-08-01 14:02:21 +02:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::path_buf_push_overwrite)]`
|
2019-04-13 13:47:46 -03:00
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-04-13 13:47:46 -03:00
|
|
|
|