revive old commented-out test cases as ignored test cases for hygiene

This commit is contained in:
John Clements 2013-11-11 17:35:25 -08:00
parent c8558f2300
commit bcdcaea572
2 changed files with 59 additions and 6 deletions

View file

@ -835,6 +835,7 @@ impl Arg {
}
}
// represents the header (not the body) of a function declaration
#[deriving(Clone, PartialEq, Eq, Encodable, Decodable, Hash)]
pub struct FnDecl {
pub inputs: Vec<Arg>,