2018-10-20 15:36:17 -05:00
|
|
|
error: expected item after attributes
|
2020-01-31 23:18:10 -06:00
|
|
|
--> $DIR/doc-before-attr.rs:4:1
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2020-01-31 23:18:10 -06:00
|
|
|
LL | /// hi
|
|
|
|
| ------ other attributes here
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[derive(Debug)]
|
2020-01-31 23:18:10 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|