rust/tests/ui/parser/doc-before-attr.stderr

11 lines
209 B
Plaintext

error: expected item after attributes
--> $DIR/doc-before-attr.rs:4:1
|
LL | /// hi
| ------ other attributes here
LL | #[derive(Debug)]
| ^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error