27401fbc229f1ef9f19e9d598c0e718c675e7569
Miri reported this here: Undefined Behavior: memory access failed: alloc42975 has size 4, so pointer at offset 5 is out-of-bounds specifically for the ptr.write() where ptr is a pointer to ZST. Somewhat confusing that miri complains about the write, maybe a new feature.
arrayvec
A vector with fixed capacity.
Please read the API documentation here
License
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.
Description
Languages
Rust
100%