summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/doc-before-rbrace.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/doc-before-rbrace.rs')
-rw-r--r--src/test/ui/parser/doc-before-rbrace.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/doc-before-rbrace.rs b/src/test/ui/parser/doc-before-rbrace.rs
index 8ff946344..570306f2c 100644
--- a/src/test/ui/parser/doc-before-rbrace.rs
+++ b/src/test/ui/parser/doc-before-rbrace.rs
@@ -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 `//`
}