rust/src/test/ui/parser/doc-before-extern-rbrace.stderr
2019-01-21 04:52:30 +09:00

9 lines
202 B
Plaintext

error: expected item after doc comment
--> $DIR/doc-before-extern-rbrace.rs:2:5
|
LL | /// hi
| ^^^^^^ this doc comment doesn't document anything
error: aborting due to previous error