Skip to content

Commit

Permalink
Fixed derive-partial-eq compile failure test.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Oct 18, 2018
1 parent f03b2cd commit 9ff0fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compile-fail/derive-partial-eq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
extern crate derivative;

#[derive(Derivative)]
//~^ ERROR custom derive attribute panicked
//~^ ERROR 4:10: 4:20: proc-macro derive panicked
//~| HELP can't use `#[derivative(PartialEq)]` on an enumeration without `feature_allow_slow_enum`
#[derivative(PartialEq)]
enum Option<T> {
Expand Down

0 comments on commit 9ff0fc5

Please sign in to comment.