]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/doc-before-extern-rbrace.stderr
Rollup merge of #107331 - GuillaumeGomez:cleanup-js, r=notriddle
[rust.git] / tests / ui / parser / doc-before-extern-rbrace.stderr
1 error[E0584]: found a documentation comment that doesn't document anything
2   --> $DIR/doc-before-extern-rbrace.rs:4:5
3    |
4 LL |     /// hi
5    |     ^^^^^^ this doc comment doesn't document anything
6    |
7    = help: doc comments must come before what they document, if a comment was intended use `//`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0584`.