summary refs log tree commit diff
path: root/src/test/compile-fail/unsized-bare-typaram.rs
AgeCommit message (Expand)AuthorLines
2018-07-10Fix typo in error message E0277Rémy Rakic-1/+1
2018-06-19Update message for `!Sized` typesEsteban Küber-1/+1
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-1/+2
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-1/+1
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-06FalloutNick Cameron-1/+1
2014-09-15Update error messages in compile-fail testsNiko Matsakis-2/+1
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-1/+1
2014-04-23Support unsized types with the `type` keywordNick Cameron-1/+1
2013-05-30Add simple tests for SizedBen Blum-0/+14