Skip to content

Commit

Permalink
Merge pull request softprops#153 from phrohdoh/fix-test_item-not-on-s…
Browse files Browse the repository at this point in the history
…truct-fail_stderr-include-error-code

fix test item-not-on-struct-fail's expected stderr to include error code
  • Loading branch information
softprops authored Jan 20, 2021
2 parents 54dbf0c + 6966e19 commit 16c61ae
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 16c61ae

Please sign in to comment.