Post #2490245
2026-05-13 02:37 UTC
unsafe is abused a lot.
you're supposed to use it for small abstractions that you can prove are safe, but the compiler can't.
not as a way to silence borrow checker errors until the code compiles.
#rust #rustlang
Replies (1)
-
@llogiq@hachyderm.io 2026-05-13 06:07
@ghostwriter@phpc.social is it though? I'm seeing far more small abstractions than borrow checker appeasing misuse.