]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #66603 - Nadrieril:fix-65413, r=varkor
authorbors <bors@rust-lang.org>
Thu, 28 Nov 2019 14:22:47 +0000 (14:22 +0000)
committerbors <bors@rust-lang.org>
Thu, 28 Nov 2019 14:22:47 +0000 (14:22 +0000)
commitf453d1127d9095cf3c3356655d9e8502ceeb8373
tree939f5268cd2439debbdb10ac71d51f0d51435641
parent4752c05af4a5f392de026f9ae1877eae030be359
parent3f917120a09459c649cccf903752b2addb1c9a01
Auto merge of #66603 - Nadrieril:fix-65413, r=varkor

Fix #65413

#65413 was due to an oversight in `pat_constructor` that didn't check if a particular const value was maybe a slice/array const.