about summary refs log tree commit diff
path: root/src/test/compile-fail/object-safety-generics.rs
AgeCommit message (Expand)AuthorLines
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-47/+0
2016-08-09Update E0038 to the new error formatPanashe M. Fundira-1/+3
2016-03-16Stop ignoring expected note/help messages in compiletest suite.Corey Farwell-0/+1
2016-01-16Detect cycles and specialize error reporting for Sized. It is importantNiko Matsakis-0/+1
2015-12-18Make RFC 1214 warnings into errors, and rip out the "warn or err"Niko Matsakis-4/+1
2015-08-12Fallout in tests -- we now report an error if you even reference a typeNiko Matsakis-2/+3
2015-02-23Extend object safety so that methods with Sized:Self are exempt.Niko Matsakis-1/+15
2015-01-02Refactor object-safety into its own (cached) module so that we canNiko Matsakis-0/+31