|
|
|
|
|
by selfmodruntime
601 days ago
|
|
> Claims to be "safe" but allows arbitrary unsafe code, and it's everywhere. Sigh. This is not true. Not the first part, and especially not the last part.
`Unsafe` doesn't allow arbitrary, unsafe code. It resets the compiler to a level where most manually managed languages are all the time. You still have to uphold all guarantees the compiler provides, just manually. That's why Miri exists. |
|