Hacker News new | ask | show | jobs
by ReleaseCandidat 946 days ago
Rust has the "you must annotate your functions signatures, because there is no global type inference possible" approach.
1 comments

It's a carefully chosen, deliberate design decision [1]. Interface boundaries should be stable.

[1] https://steveklabnik.com/writing/rusts-golden-rule