Skip to content

Commit 8bee58a

Browse files
committed
Fix tests/ui/path_buf_push_overwrite.stderr
1 parent ba6c12c commit 8bee58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/path_buf_push_overwrite.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: Calling `push` with '/' (file system root) can overwrite the previous path definition
1+
error: Calling `push` with '/' (file system root) will overwrite the previous path definition
22
--> $DIR/path_buf_push_overwrite.rs:6:12
33
|
44
LL | x.push("/bar");

0 commit comments

Comments
 (0)