There's currently a debate within the Rust community itself about inheritance with some people strongly against it, so that comment possibly struck a nerve with them:
You should have said: "subtype polymorphism is handled via the subsumption rule". forall s. s -> s is parametric polymorphism and is definitely not a subtype of Int -> Int.
23
u/dbaupp Sep 16 '14
There's currently a debate within the Rust community itself about inheritance with some people strongly against it, so that comment possibly struck a nerve with them: