]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/doc-before-struct-rbrace-2.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / parser / doc-before-struct-rbrace-2.stderr
index b25ccab79f94a102a1413bfb59cc2c018df78a84..6b5c8c1f8b53117fa0c8ac7a6ad7ecac313ca5a7 100644 (file)
@@ -4,7 +4,7 @@ error[E0585]: found a documentation comment that doesn't document anything
 LL |     a: u8 /// document
    |           ^^^^^^^^^^^^
    |
-   = help: doc comments must come before what they document, maybe a comment was intended with `//`?
+   = help: doc comments must come before what they document, if a comment was intended use `//`
 
 error: aborting due to previous error