Skip to content

Commit

Permalink
Update ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 26, 2019
1 parent 15cf298 commit bf1afc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/auto_enum/marker.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ error: A custom marker name is specified that duplicated the name already used i
10 | #[auto_enum(Iterator, marker = foo)] //~ ERROR A custom marker name is specified that duplicated the name already used in the parent scope
| ^^^

error: cannot find macro `marker!` in this scope
error: cannot find macro `marker` in this scope
--> $DIR/marker.rs:29:21
|
29 | 2 => return marker!(1..9), //~ ERROR cannot find macro `marker!` in this scope
Expand Down

0 comments on commit bf1afc3

Please sign in to comment.