]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #85023 - RalfJung:array-to-raw-elem, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Tue, 11 May 2021 14:08:06 +0000 (14:08 +0000)
committerbors <bors@rust-lang.org>
Tue, 11 May 2021 14:08:06 +0000 (14:08 +0000)
commit2bafe96272bf22cd191c6a01741184b60063292d
treef4280e69159383ffc179303275979707bb488a46
parent506e75cbf8cb5305e49a41326307004ca3976029
parent2d2ed21615ebcae01ed2671e4b9e0e5f4258e727
Auto merge of #85023 - RalfJung:array-to-raw-elem, r=Mark-Simulacrum

array-to-raw-elem cast: test that Retag covers entire array

Make sure that we `Retag` *before* doing the `ArrayToPointer` cast.