about summary refs log tree commit diff
path: root/src/test/ui/consts/const-err.rs
AgeCommit message (Collapse)AuthorLines
2022-10-07make const_err a hard errorRalf Jung-19/+0
2021-11-24Remove `-Z force-overflow-checks`Noah Lev-1/+1
It was replaced several years ago by the stable option `-C overflow-checks`. The goal was to delete the `-Z` flag once users had migrated [1]. Now that it's been several years, it makes sense to delete the old flag. See also the discussion on Zulip [2]. [1]: https://github.com/rust-lang/rust/issues/33134#issuecomment-280484097 [2]: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/overflow.20checks/near/262497224
2021-02-03make const_err a future incompat lintRalf Jung-0/+1
2020-02-18better lint namesRalf Jung-1/+1
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+1
2019-05-02Fix failing testWesley Wiser-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-25Deduplicate all the ~~things~~ errorsOliver Schneider-1/+0
2018-10-25Report const eval error inside the queryOliver Schneider-9/+4
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+32