revive old commented-out test cases as ignored test cases for hygiene
This commit is contained in:
parent
c8558f2300
commit
bcdcaea572
2 changed files with 59 additions and 6 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue