]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #82308 - estebank:issue-82290, r=lcnr
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 23 Feb 2021 15:10:27 +0000 (16:10 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 15:10:27 +0000 (16:10 +0100)
commit269f39922bd8ac6abd8dee9ca8211fbb354b554b
tree841ba7acee6cd868e00b3983af495eac61020150
parent8e67fe501118ec161181a4efa1a6b002bb0f5605
parentf0637e4e185e8c3dda694004d1dfd31126ed1fbd
Rollup merge of #82308 - estebank:issue-82290, r=lcnr

Lower condition of `if` expression before it's "then" block

Fix #82290, fix #82250.