]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/doc-before-mod-rbrace.stderr
Account for ADT bodies and struct expressions
[rust.git] / src / test / ui / parser / doc-before-mod-rbrace.stderr
1 error: expected item after doc comment
2   --> $DIR/doc-before-mod-rbrace.rs:2:5
3    |
4 LL |     /// document
5    |     ^^^^^^^^^^^^ this doc comment doesn't document anything
6
7 error: aborting due to previous error
8