deriving-eq all over ast

This commit is contained in:
John Clements 2013-02-06 18:35:01 -08:00
parent 17d3a55362
commit 819c6d1c04
2 changed files with 81 additions and 502 deletions

File diff suppressed because it is too large Load Diff

View File

@ -130,6 +130,7 @@ pub struct span {
#[auto_encode]
#[auto_decode]
#[deriving_eq]
pub struct spanned<T> { node: T, span: span }
pub impl span : cmp::Eq {