]> git.lizzy.rs Git - rust.git/commit
Auto merge of #106112 - RalfJung:into-iter, r=thomcc
authorbors <bors@rust-lang.org>
Sun, 25 Dec 2022 04:26:14 +0000 (04:26 +0000)
committerbors <bors@rust-lang.org>
Sun, 25 Dec 2022 04:26:14 +0000 (04:26 +0000)
commitd9ee0f468f8d07e92da94fe991db91e95822d721
treedebea4b2c8c5487b3f031c226d0118ca3e22db67
parent40d7940bdaf30eab6db0fe67690ac940eb035cc0
parent6fb314ed7d7b3974cd0d4ba5bc0ca724037cc26a
Auto merge of #106112 - RalfJung:into-iter, r=thomcc

add lib tests for vec::IntoIter alignment issues

This adds non-Miri tests for the issue fixed in https://github.com/rust-lang/rust/pull/106084

r? `@thomcc`