Post #3910045
2026-07-17 09:19 UTC
/// # Safety
/// By implementing this trait, you guarantee that your type has sensible behaviour in implementations of all other traits and doesn’t try to intentionally break things by doing weird trickery.
pub unsafe trait Sensible {}
(inspired by https://github.com/rust-lang/libs-team/issues/827)
Replies (1)
-
@ids1024@mathstodon.xyz 2026-07-17 17:02
@goldstein@im-in.space impl !Evil for Type {}