]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #34657 - oli-obk:no_needless_const_eval, r=eddyb
authorbors <bors@rust-lang.org>
Sun, 10 Jul 2016 13:43:47 +0000 (06:43 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Jul 2016 13:43:47 +0000 (06:43 -0700)
don't const eval constants during MIR creation

this didn't work very well anyway, because const_eval can't eval all kinds of constants.


Trivial merge