working on hygiene

This commit is contained in:
John Clements 2014-06-25 15:20:01 -07:00
parent e880c42920
commit b8c5e46505
2 changed files with 51 additions and 12 deletions

View file

@ -401,6 +401,7 @@ pub enum Decl_ {
DeclItem(Gc<Item>),
}
/// represents one arm of a 'match'
#[deriving(Clone, PartialEq, Eq, Encodable, Decodable, Hash)]
pub struct Arm {
pub attrs: Vec<Attribute>,