about summary refs log tree commit diff
path: root/src/test/compile-fail/const-eval-overflow-4b.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-39/+0
2018-02-01Fix testsEsteban Küber-1/+1
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-3/+3
2016-07-23address review commentsAriel Ben-Yehuda-3/+1
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-4/+6
2016-05-02testsOliver Schneider-7/+11
2016-03-10also print the expected type in the error messageOliver Schneider-1/+3
2016-03-10typestrong constant integersOliver Schneider-2/+1
2016-01-08Change error scheme so that if projection fails we generate `A::B` instead of...Niko Matsakis-1/+1
2015-09-26deduplicate trait errors before they are displayedAriel Ben-Yehuda-2/+0
2015-04-01Fixes to compile-fail error messages post-rebase.Felix S. Klock II-0/+2
2015-04-01Test cases for checking arithmetic overflow during const eval.Felix S. Klock II-0/+34