Skip to content

Commit

Permalink
adapt macro output
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Sep 22, 2023
1 parent a363f30 commit 536946e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ error: Missing attribute 'abi'.
--> tests/ui/abigen/missing_abi_attribute.rs:3:18
|
3 | abigen!(Contract(name = "SomeName"));
| ^^^^^^^^^^^^^^^^^
| ^^^^
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ error: Missing attribute 'name'.
--> tests/ui/abigen/missing_name_attr.rs:3:18
|
3 | abigen!(Contract(abi = "some-abi.json"));
| ^^^^^^^^^^^^^^^^^^^^^
| ^^^

0 comments on commit 536946e

Please sign in to comment.