|
|
|
|
|
by steveklabnik
3273 days ago
|
|
I mean, safe code is. Again, it's the unsafe that's at fault here. Your point about other languages is exactly what I was going to say; unsafe is like an FFI layer. Nobody says that Ruby isn't memory safe because it can call into C code, and if someone messes up the C, well, it's at fault. "It's memory safe except for FFI" is a mouthful, and so people generally let the exceptions slide. Same with Rust. |
|