79758458

Date: 2025-09-08 02:40:48
Score: 3.5
Natty:
Report link

https://doc.rust-lang.org/nomicon/exotic-sizes.html#zero-sized-types-zsts

https://doc.rust-lang.org/stable/std/ptr/index.html#safety

the docs and the nomicon are updated. All pointers of zero-sized-types (including null pointers) are valid now. So this is not UB anymore.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Junkun