Skip to content

Commit

Permalink
fix item-not-on-struct test expected stderr output to include error code
Browse files Browse the repository at this point in the history
  • Loading branch information
phrohdoh committed Jan 20, 2021
1 parent 54dbf0c commit 6966e19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: `derive` may only be applied to structs, enums and unions
error[E0774]: `derive` may only be applied to structs, enums and unions
--> $DIR/item-not-on-struct-fail.rs:9:1
|
9 | #[derive(Item)]
Expand Down

0 comments on commit 6966e19

Please sign in to comment.