rust/src/test/ui/parser/attr-before-eof.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

9 lines
162 B
Plaintext

error: expected item after attributes
--> $DIR/attr-before-eof.rs:3:16
|
LL | #[derive(Debug)]
| ^
error: aborting due to previous error