]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #83568 - RalfJung:uninit_array, r=dtolnay
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 30 Mar 2021 09:34:23 +0000 (11:34 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 09:34:23 +0000 (11:34 +0200)
commit9ab5f7db30910e72675f2e348f352e0e23edb69c
tree6905e497da343483a32b2146d0867cee52ddf3d5
parenta0e229abadfe47df74625309fba44c0f3b8a0649
parent5cfc98fb7fa1cf3ae361790fe7375c9a6b12b72e
Rollup merge of #83568 - RalfJung:uninit_array, r=dtolnay

update comment at MaybeUninit::uninit_array

https://github.com/rust-lang/rust/issues/49147 is closed; this now instead needs inline const expressions (#76001).