]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/attr-before-eof.stderr
Point (again) to more expressions with their type, even if not fully resolved
[rust.git] / src / test / ui / parser / attr-before-eof.stderr
1 error: expected item after attributes
2   --> $DIR/attr-before-eof.rs:3:1
3    |
4 LL | #[derive(Debug)]
5    | ^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8