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:
Niko Matsakis
2016-03-11 13:27:42 -05:00
parent 5bc2868060
commit 99c2a6b335
3 changed files with 55 additions and 3 deletions

View File

@@ -24,6 +24,7 @@
#![feature(str_char)]
extern crate fmt_macros;
#[macro_use] extern crate log;
#[macro_use]
extern crate syntax;