working on hygiene
This commit is contained in:
parent
e880c42920
commit
b8c5e46505
2 changed files with 51 additions and 12 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue