From: bors Date: Wed, 19 Mar 2014 15:51:50 +0000 (-0700) Subject: auto merge of #12762 : klutzy/rust/win-struct-abi, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=61d5bc5d2da87190c199f3303ef4c75613fdfb96;p=rust.git auto merge of #12762 : klutzy/rust/win-struct-abi, r=alexcrichton This fixes struct passing abi on x86 ffi: Structs are now passed indirectly with byval attribute (as clang does). Empty structs are also explicitly ignored rather than directly passed. Fixes #5744 Fixes #11198 Fixes #11343 --- 61d5bc5d2da87190c199f3303ef4c75613fdfb96