libsyntax/librustc: Allow calling variadic foreign functions.
This commit is contained in:
parent
658637baf4
commit
c669ccf3d3
28 changed files with 357 additions and 103 deletions
|
|
@ -892,6 +892,7 @@ pub struct fn_decl {
|
|||
inputs: ~[arg],
|
||||
output: Ty,
|
||||
cf: ret_style,
|
||||
variadic: bool
|
||||
}
|
||||
|
||||
#[deriving(Clone, Eq, Encodable, Decodable, IterBytes)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue