]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/path_buf_push_overwrite.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / path_buf_push_overwrite.stderr
index 09b18d71baf93bcc77f8edc51b73fadc54520a8d..bb8dce2bbba4b3f4d560b34bd76577cdd5a6b17e 100644 (file)
@@ -1,4 +1,4 @@
-error: Calling `push` with '/' or '/' (file system root) will overwrite the previous path definition
+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");