summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/doc-before-mod-rbrace.stderr
blob: 00aa40b621137ffb987ee8251938c47f274fe1dc (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 1 previous error