|
|
|
|
|
by rapsey
965 days ago
|
|
> a) The only correctness Rust can, mostly, guarantee, is that there won't be unexpected data races or memory bugs. While this is proudly announced often and loudly, it also isn't the most common problem in code...logic bugs...against which the rust compiler can do as little as any other language. A powerful type system helps quite a lot with logic bugs actually. |
|
A static type system does, and all the languages that Rust has to compete with in its space, have one.