]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/attr-before-eof.stderr
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / tests / 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