summary refs log tree commit diff
path: root/src/test/compile-fail/unsized5.rs
AgeCommit message (Expand)AuthorLines
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-6/+6
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-6/+6
2016-03-30Fix fallout in testsJeffrey Seyfried-6/+6
2015-06-15This new caching sometimes suppresses duplicate errors that occur inNiko Matsakis-1/+1
2015-01-08Update compile fail tests to use usize.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-5/+5
2015-01-07markers -> markerNick Cameron-6/+6
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-7/+7
2015-01-06FalloutNick Cameron-4/+4
2014-12-02Correct various compile-fail tests. Most of the changes are because weNiko Matsakis-0/+2
2014-11-15Un-feature gate struct variantsSteven Fackler-1/+0
2014-09-25Move checking of whether fields are Sized or not into wf / trait code.Niko Matsakis-6/+6
2014-09-12Handle always-unsized structsNick Cameron-2/+9
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-4/+4
2014-04-24Prevent unsized types being stored in variablesNick Cameron-12/+1
2014-04-23Review changesNick Cameron-4/+4
2014-04-23Check for unsized types in enums.Nick Cameron-0/+41