about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-5883.rs
AgeCommit message (Expand)AuthorLines
2018-07-15Move some `compile-fail` tests to `ui`Esteban Küber-23/+0
2018-07-10Fix typo in error message E0277Rémy Rakic-2/+2
2018-06-19Update message for `!Sized` typesEsteban Küber-2/+2
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-2/+2
2016-10-24adapt existing testsTim Neumann-2/+0
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-2/+2
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-2/+2
2016-03-30Fix fallout in testsJeffrey Seyfried-2/+2
2015-04-21test: Fix fallout in testsAlex Crichton-4/+2
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-2/+4
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2014-12-02Correct various compile-fail tests. Most of the changes are because weNiko Matsakis-1/+0
2014-10-19Ensure that the return type of a function is SizedAriel Ben-Yehuda-1/+2
2014-09-15Update error messages in compile-fail testsNiko Matsakis-4/+3
2014-09-08Forbid unsized rvaluesNick Cameron-0/+2
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-4/+4
2014-08-26Rebasing changesNick Cameron-1/+1
2014-08-26DST coercions and DST structsNick Cameron-3/+2
2014-05-18Advice to use Box<T> not ~TJeong YunWon-3/+3
2014-04-10Remove references to @Trait from a compiler error messageKevin Ballard-3/+5
2013-10-24Remove even more of std::ioAlex Crichton-3/+3
2013-07-17testsuite: Add compile-fail test for #5883Tim Chevalier-0/+23