summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/doc-before-mod-rbrace.stderr
blob: d5749c66cd2900d67961b45487d1bf5cd6d07217 (plain)
1
2
3
4
5
6
7
8
error: expected item after doc comment
  --> $DIR/doc-before-mod-rbrace.rs:2:5
   |
LL |     /// document
   |     ^^^^^^^^^^^^ this doc comment doesn't document anything

error: aborting due to previous error