modify #[deriving(Eq)] to emit #[structural_match]
to careful use of the span from deriving, we can permit it in stable code if it derives from deriving (not-even-a-pun intended)
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#![feature(str_char)]
|
||||
|
||||
extern crate fmt_macros;
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use]
|
||||
extern crate syntax;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user