summary refs log tree commit diff
path: root/src/test/run-pass/trait-object-generics.rs
AgeCommit message (Expand)AuthorLines
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-08-22Don't do a bogus substitution on the transformed self ty for objects. Closes ...Michael Sullivan-0/+20
2013-08-22Substitute into the impl method rather than the trait method when emitting vt...Michael Sullivan-0/+26