]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/doc-before-attr.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[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