]> git.lizzy.rs Git - rust.git/commit
Remove if/loop tests from min_const_fn
authorDylan MacKenzie <ecstaticmorse@gmail.com>
Wed, 6 Nov 2019 20:24:23 +0000 (12:24 -0800)
committerDylan MacKenzie <ecstaticmorse@gmail.com>
Wed, 13 Nov 2019 18:44:13 +0000 (10:44 -0800)
commit92386e8e57acccc5894041c877c1da1fe3b50e10
treeebb9edc424218f0664f7a2c24b87b7f72c204e38
parent267733b7960c8816345071fc028aa2ce15ea8e63
Remove if/loop tests from min_const_fn

These errors will be triggered before the MIR const-checker runs,
causing all other errors to be silenced. They are now checked in the
`const-{if,loop}` tests.
src/test/ui/consts/min_const_fn/min_const_fn.rs