servo / rust-smallvec

"Small vector" optimization for Rust: store up to a small number of items on the stack
Apache License 2.0
1.35k stars 145 forks source link

Add more tests for UB #346

Closed workingjubilee closed 7 months ago

workingjubilee commented 7 months ago

Essentially motivated by https://github.com/servo/rust-smallvec/issues/343 in effect.

Also fixes the miri workflow.