rustc/tests/ui/parser/doc-before-attr.stderr
2024-06-14 12:43:07 +02:00

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