about summary refs log tree commit diff
path: root/src/test/compile-fail/recursive-enum.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-14/+0
2016-01-16Detect cycles and specialize error reporting for Sized. It is importantNiko Matsakis-2/+1
to get the `Sized` error usable, since that hits new users frequently. Further work is needed for the error reporting for non-Sized cycle cases; those currently just fallback to the old path. Also adjust tests.
2015-07-29Improve invalid recursive types diagnosticSimonas Kazlauskas-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-01-27Properly check enum types for recursionMarijn Haverbeke-0/+5
Closes #742