summary refs log tree commit diff
path: root/src/test/compile-fail/const-pattern-not-const-evaluable.rs
AgeCommit message (Expand)AuthorLines
2017-04-23rustc_const_eval: support all unit enum variants.Eduard-Mihai Burtescu-5/+6
2016-10-26remove StaticInliner and NaN checkingAriel Ben-Yehuda-3/+1
2016-10-26change match checking to use HAIRAriel Ben-Yehuda-4/+4
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-6/+10
2016-04-03check constants even if they are unused in the current crateOliver Schneider-3/+3
2015-12-06add test for const eval errors in patternsOliver Schneider-0/+39