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
|
@ -701,7 +701,8 @@ mod test {
|
|||
output: ast::Ty{id: ast::DUMMY_NODE_ID,
|
||||
node: ast::ty_nil,
|
||||
span:sp(15,15)}, // not sure
|
||||
cf: ast::return_val
|
||||
cf: ast::return_val,
|
||||
variadic: false
|
||||
},
|
||||
ast::impure_fn,
|
||||
abi::AbiSet::Rust(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue