summary refs log tree commit diff
path: root/src/test/compile-fail/trait-bounds-on-structs-and-enums-locals.rs
AgeCommit message (Expand)AuthorLines
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-2/+2
2016-01-16Detect cycles and specialize error reporting for Sized. It is importantNiko Matsakis-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+3
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-09-15Update error messages in compile-fail testsNiko Matsakis-4/+3
2014-08-17librustc: Allow trait bounds on structures and enumerations, and checkPatrick Walton-0/+27