about summary refs log tree commit diff
path: root/src/test/compile-fail/trait-bounds-on-structs-and-enums.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-53/+0
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-1/+1
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-7/+7
2015-08-12Fallout in tests -- break this test into three tests, since we later sawNiko Matsakis-17/+0
2015-06-15This new caching sometimes suppresses duplicate errors that occur inNiko Matsakis-2/+2
2015-06-12Add tests for tuple-like structs and dictionary-like enum variantsSeo Sanghyeon-0/+8
2015-06-12Use more precise span when checking type definitionsSeo Sanghyeon-8/+4
2015-04-21test: Fix fallout in testsAlex Crichton-3/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-4/+6
2015-01-08Update compile fail tests to use usize.Huon Wilson-3/+3
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2014-12-30Patch tests and create new tests related to projection from a HRTB.Niko Matsakis-4/+4
2014-09-15Update error messages in compile-fail testsNiko Matsakis-21/+10
2014-09-05Check concrete type in impls with no traitNick Cameron-1/+2
2014-08-17librustc: Allow trait bounds on structures and enumerations, and checkPatrick Walton-0/+77