]> git.lizzy.rs Git - rust.git/commitdiff
Update the .stderr file for the "an" changes
authoracdenisSK <acdenissk69@gmail.com>
Sat, 6 May 2017 16:49:01 +0000 (18:49 +0200)
committeracdenisSK <acdenissk69@gmail.com>
Sat, 6 May 2017 16:49:01 +0000 (18:49 +0200)
src/test/ui/did_you_mean/issue-41679.stderr

index 5a89ec96e2470ef51a37983d1dd965ca50a8ddac..2abbbf65ba9b507254cef20ec002e58cf760aea5 100644 (file)
@@ -1,4 +1,4 @@
-error: `~` can not be used as an unary operator
+error: `~` can not be used as a unary operator
   --> $DIR/issue-41679.rs:12:13
    |
 12 |     let x = ~1;