diff options
Diffstat (limited to 'src/libsyntax/ast_util.rs')
| -rw-r--r-- | src/libsyntax/ast_util.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/libsyntax/ast_util.rs b/src/libsyntax/ast_util.rs index d0dfb0fb06e..09fea560f37 100644 --- a/src/libsyntax/ast_util.rs +++ b/src/libsyntax/ast_util.rs @@ -835,7 +835,7 @@ mod test { // because of the SCTable, I now need a tidy way of // creating syntax objects. Sigh. - #[deriving(Eq)] + #[deriving(Clone, Eq)] enum TestSC { M(Mrk), R(ident,Name) | 
