about summary refs log tree commit diff
path: root/src/test/compile-fail/consts/const-fn-error.rs
AgeCommit message (Collapse)AuthorLines
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-21/+0
2020-09-29Update `compile-fail` testDylan MacKenzie-0/+2
2020-09-22Bless compile-failDylan MacKenzie-3/+1
2020-04-29Bless testsDylan MacKenzie-1/+0
2020-01-09Update testsVadim Petrochenkov-0/+1
2019-12-02Correct other tests related to const_mut_refsChristian Poveda-1/+1
2019-11-15A `Downcast` is now reached when const-checking a `for` loopDylan MacKenzie-0/+1
I believe this occurs because the old checker stopped processing basic blocks after a `SwitchInt`.
2019-11-13Bless less verbose error messagesDylan MacKenzie-2/+0
The MIR const-checker errors for if/match/loop are now delay span bugs, so nothing will be emitted unless the HIR checker misses something.
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-0/+1
2019-08-06move error with diverging output to compile-failEsteban Küber-0/+21