]> git.lizzy.rs Git - rust.git/commit
correct use of GEP_tup_like in closure constr
authorNiko Matsakis <niko@alum.mit.edu>
Wed, 18 Jan 2012 23:42:00 +0000 (15:42 -0800)
committerNiko Matsakis <niko@alum.mit.edu>
Thu, 19 Jan 2012 01:20:46 +0000 (17:20 -0800)
commitda828747e6d291f92046b6333ba2bca71ca58752
tree4e61884e546f97e6c5662646f1c2cd380d4e1fa0
parent2286d8c17e5bf3d4312357eba9a845262068f007
correct use of GEP_tup_like in closure constr

also, streamline type_is_tup_like() to the cases which
actually work
src/comp/middle/trans.rs
src/comp/middle/trans_closure.rs
src/comp/middle/ty.rs
src/test/run-pass/alignment-gep-tup-like-1.rs [new file with mode: 0644]
src/test/run-pass/alignment-gep-tup-like-2.rs [new file with mode: 0644]