about summary refs log tree commit diff
path: root/src/test/compile-fail/enum-discrim-too-small.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-49/+0
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-8/+8
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-4/+8
Refactor constant evaluation to use a single error reporting function that reports a type-error-like message. Also, unify all error codes with the "constant evaluation error" message to just E0080, and similarly for a few other duplicate codes. The old situation was a total mess, and now that we have *something* we can further iterate on the UX.
2016-03-10typestrong constant integersOliver Schneider-25/+11
2016-01-11[breaking-change] remove negate_unsigned feature gateOliver Schneider-1/+0
2015-04-02fixes for fallout in tests/compile-failFelix S. Klock II-0/+2
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2013-10-29Add tests for enum discriminant sizing.Jed Davis-0/+58