summary refs log tree commit diff
path: root/src/test/compile-fail/const-err.rs
AgeCommit message (Collapse)AuthorLines
2016-04-03check constants even if they are unused in the current crateOliver Schneider-5/+2
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-2/+4
2016-03-10typestrong constant integersOliver Schneider-2/+2
2015-10-13implement RFC 1229Oliver Schneider-0/+36
const eval errors outside of true constant enviroments are not reported anymore, but instead forwarded to a lint.