]> git.lizzy.rs Git - rust.git/commit
Fix ICE trying to pass DST to C functions
authorBjörn Steinbrink <bsteinbr@gmail.com>
Wed, 20 May 2015 18:26:53 +0000 (20:26 +0200)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Thu, 21 May 2015 08:46:30 +0000 (10:46 +0200)
commita3c4ce444470af4e372d08e98f7df2daf5e2363a
treea29409f04b2df88642b542defec982a4365a69af
parentcec980a1a706fd6afc27dd54c1eed7c51800d753
Fix ICE trying to pass DST to C functions

Fixes #25581
src/librustc_trans/trans/callee.rs
src/test/run-make/issue-25581/Makefile [new file with mode: 0644]
src/test/run-make/issue-25581/test.c [new file with mode: 0644]
src/test/run-make/issue-25581/test.rs [new file with mode: 0644]