]> git.lizzy.rs Git - rust.git/commit
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)
commit6871b3f240a800650f544892e75dc5e8fb47bc5b
treebb452ee235dee8f7b3427a4269f9cecbd7b6160f
parent46e7f4b8c5a8c9f66d4d5795aa348307e30f4f0f
parente7b083aeae0392bc1b79a7dcd71c002a2ac22a23
Auto merge of #34657 - oli-obk:no_needless_const_eval, r=eddyb

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.