|
|
|
|
|
by kazoomonger
1748 days ago
|
|
I would interested in seeing an example of what sort of type errors you mean. IME, the Rust compiler does a great job of catching actual mistakes in the type system, such as with Send/Sync. It also pretty easily lets you tell the compiler "no, I know what I'm doing" and say "unsafe impl Send for Foo {}" to do it anyways. |
|
https://rust-unofficial.github.io/too-many-lists/