logoalt Hacker News

chrismorgantoday at 4:08 AM0 repliesview on HN

> Rust and most other statically typed languages have this property.

Actually, auto traits thwart this in some places for Rust: https://rust-lang.github.io/impl-trait-initiative/explainer/....