]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/obsolete-in-place/bad.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / obsolete-in-place / bad.stderr
index b9aad01b2929ab6c1bcb16e5a955c8044d33db65..363dfb77628c45061a893c63bfc6911d4456a19e 100644 (file)
@@ -7,7 +7,7 @@ LL |     x <- y;
 help: if you meant to write a comparison against a negative value, add a space in between `<` and `-`
    |
 LL |     x < - y;
-   |       ^^^
+   |       ~~~
 
 error: expected expression, found keyword `in`
   --> $DIR/bad.rs:10:5