79732383

Date: 2025-08-11 18:46:07
Score: 0.5
Natty:
Report link

Since 1.69.0 there is std::marker::PointerLike, and the following 1.70.0 release also introduced std::marker::FnPtr. However, both of them are still unstable (i.e. nightly-only and experimental).

It's also worth noting the std::fmt::Pointer trait, because its name is very misleading, as it's actually not suitable for describing a generic pointer type.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: cher-nov