]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/doc-before-rbrace.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / parser / doc-before-rbrace.rs
index 8ff946344aee8ccde9361e1c8cd6c43218b86a7f..570306f2cdf83d14fbcf7f0d89a7604229005da1 100644 (file)
@@ -1,5 +1,5 @@
 fn main() {
     println!("Hi"); /// hi
     //~^ ERROR found a documentation comment that doesn't document anything
-    //~| HELP maybe a comment was intended
+    //~| HELP if a comment was intended use `//`
 }