|
|
|
|
|
by steveklabnik
456 days ago
|
|
I think you're misunderstanding of what I'm claiming is being checked. I don't mean the unsafe block directly. I mean that &mut Ts do not alias. That is checked by the compiler. I'm saying that even in a codebase with a lot of unsafe, the checks that are still performed have value. |
|