1
Fork 0

libsyntax/librustc: Allow calling variadic foreign functions.

This commit is contained in:
Luqman Aden 2013-10-25 01:56:34 -04:00
parent 658637baf4
commit c669ccf3d3
28 changed files with 357 additions and 103 deletions

View file

@ -728,6 +728,7 @@ impl AstBuilder for @ExtCtxt {
inputs: inputs,
output: output,
cf: ast::return_val,
variadic: false
}
}