about summary refs log tree commit diff
path: root/src/test/compile-fail/non-constant-in-const-path.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-17/+0
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-1/+1
These were stabilized in March 2018's #47813, and are the Preferred Way to Do It going forward (q.v. #51043).
2018-03-08Fully use miri in transOliver Schneider-2/+1
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-1/+2
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-05-07test: adjust for the move to MIR-based const checking.Eduard Burtescu-2/+1
2015-09-11Fixed testchristopherdumas-1/+3
2015-09-10Added testchristopherdumas-0/+16