Conversation

Some people sometimes complain about Rust being a very "complex" language, usually in the context of a new feature being added as if it were the straw that breaks the camel's back. I'd like to flip the argument around: What existing Rust feature would you *remove*?
94
300
If we had stable specialization, I think the actual main usecase would be containers and algorithms - something like this vector addition has a generic implementation but if we know it's an f32 we can call into this hand-optimized version. </dreams>
1
2
Show replies