]> git.lizzy.rs Git - rust.git/commit
Correctly "detuple" arguments when creating trait object shims for a trait method...
authorNiko Matsakis <niko@alum.mit.edu>
Mon, 5 Jan 2015 18:53:39 +0000 (13:53 -0500)
committerJorge Aparicio <japaricious@gmail.com>
Mon, 5 Jan 2015 22:22:18 +0000 (17:22 -0500)
commitc98814b1243ddde1f41fbc86815397b3091f2215
tree94136d02ff093f6bceacd3f06237e165a0ffc8f6
parentf97b124a44944feb41c39a4478eda55dbc5da44d
Correctly "detuple" arguments when creating trait object shims for a trait method with rust-call ABI.
src/librustc_trans/trans/callee.rs
src/librustc_trans/trans/meth.rs
src/test/run-pass/overloaded-calls-object-one-arg.rs [new file with mode: 0644]
src/test/run-pass/overloaded-calls-object-two-args.rs [new file with mode: 0644]
src/test/run-pass/overloaded-calls-object-zero-args.rs [new file with mode: 0644]