about summary refs log tree commit diff
path: root/src/test/compile-fail/enum-discrim-too-small.rs
AgeCommit message (Expand)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
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