]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/doc-before-attr.stderr
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
[rust.git] / src / test / ui / parser / doc-before-attr.stderr
1 error: expected item after attributes
2   --> $DIR/doc-before-attr.rs:4:1
3    |
4 LL | /// hi
5    | ------ other attributes here
6 LL | #[derive(Debug)]
7    | ^^^^^^^^^^^^^^^^
8
9 error: aborting due to previous error
10