summary refs log tree commit diff
path: root/src/test/compile-fail/regions-in-structs.rs
AgeCommit message (Expand)AuthorLines
2013-03-26test: Fix botched error message in compile-fail testPatrick Walton-1/+1
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-09Remove @ast::Region and replace with @ast::Lifetime.Niko Matsakis-1/+1
2013-03-06Improve error messages when illegal lifetimes are usedNiko Matsakis-2/+2
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-0/+23