]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #59781 - whitfin:issue-59378, r=oli-obk
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 12 Apr 2019 18:36:05 +0000 (20:36 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2019 18:36:05 +0000 (20:36 +0200)
Remove check_match from const_eval

This fixes #59378.

It seems that the `check_match` may be unnecessary, so this removes it per instructions provided in the issue. I re-ran the tests for `librustc_mir` and everything seemed fine!


Trivial merge