]> git.lizzy.rs Git - rust.git/commit
Do vtable resolution for *all* method calls, not just statically resolved ones.....
authorMichael Sullivan <sully@msully.net>
Mon, 20 Aug 2012 20:36:15 +0000 (13:36 -0700)
committerMichael Sullivan <sully@msully.net>
Mon, 20 Aug 2012 20:36:15 +0000 (13:36 -0700)
commita14485b7fd1a8a268a456ee1b47d79b10ccac875
treeb300f02df4d93d8dcdc906ea9b847b4a677b85c9
parent1300be58d7cb77d230d5269ad4346a069648e5fc
Do vtable resolution for *all* method calls, not just statically resolved ones... Closes #3221.
src/rustc/middle/kind.rs
src/rustc/middle/ty.rs
src/rustc/middle/typeck/check/vtable.rs
src/test/compile-fail/vtable-res-trait-param.rs [new file with mode: 0644]