]> git.lizzy.rs Git - rust.git/commit
Fix tupling of fn args for rust-call ABI functions
authorBjörn Steinbrink <bsteinbr@gmail.com>
Mon, 21 Mar 2016 10:38:48 +0000 (11:38 +0100)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Mon, 21 Mar 2016 11:22:29 +0000 (12:22 +0100)
commit4fd318b9e911dbaa63881b0a229f292bad1bdf9d
treec2b902bab485409f69c49bb5d69cf490711d6cf9
parent6c4b1f18f3c2a2de17c3562d6557a445b627bcc1
Fix tupling of fn args for rust-call ABI functions

Fixes #32389
src/librustc_trans/trans/base.rs
src/test/run-pass/issue-32389.rs [new file with mode: 0644]