]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiser
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 7 Jul 2020 00:45:39 +0000 (17:45 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2020 00:45:39 +0000 (17:45 -0700)
commit38f5151d3ff19d772deac0c6724ff8bde1d5c79f
tree07e273310cb56dcdc4d862b2bffa352ff0692f7b
parent50e22bddcfd22d216763662e46fb5a6e5d10ae73
parentee8dd4e3cce3bf158a31e50205ee3ebd76c40370
Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiser

Fix const prop ICE

we used to erase the local just before we tried to read it for diagnostics

fixes #73993

r? @wesleywiser