rust/src/test
bors 2067dd2a86 Auto merge of #22160 - dotdash:extern_rust, r=brson
As the function comment already says, the types generated in the
foreign_signture function don't necessarily match the types used for a
corresponding rust function. Therefore we can't just use these types to
guide the translation of the wrapper function that bridges between the
external ABI and the rust ABI. Instead, we can query LLVM about the
types used in the rust function and use those to generate an appropriate
wrapper.

Fixes #21454
2015-02-11 01:04:54 +00:00
..
auxiliary
bench
codegen
compile-fail Test fixes and rebase conflicts 2015-02-10 11:51:38 -08:00
compile-fail-fulldeps
debuginfo
parse-fail
pretty
run-fail
run-make Test fixes and rebase conflicts 2015-02-10 11:51:38 -08:00
run-pass Auto merge of #22160 - dotdash:extern_rust, r=brson 2015-02-11 01:04:54 +00:00
run-pass-fulldeps
run-pass-valgrind