about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-close-object-into-object.rs
AgeCommit message (Expand)AuthorLines
2015-02-16Implement the rules for RFC 599, and add various tests.Niko Matsakis-36/+0
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-1/+1
2014-09-03Remove cross-borrowing for traits.Nick Cameron-4/+4
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+35