Pre-RFC: Disallow using assignment in a function call in Rust 2018 (disallow `f(a=b)`)

I consider named arguments to be a bad idea for various reasons. So I don’t think we need this breaking change.

2 Likes