mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
209 B
Plaintext
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
|
|
|