rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.75k stars 258 forks source link

Make the Vec impl be slightly more careful with ZSTs and alignment. #334

Closed Gankra closed 2 years ago

Gankra commented 2 years ago

This also incidentally makes the ZST code and final code have the same formatting for the divide.

Gankra commented 2 years ago

Should be ready to land, just needs approval