On 3/13/14 11:35 AM, Daniel Micay wrote:
Existing problems with the language aren't a reason to add new problems.

I don't think the coercion is much of a problem; at least, not a fixable one. Dot notation for method syntax in a systems language that supports values pretty much requires some sort of coercion. (Having to write `(&mut my_vector).push()` is a non-starter, sadly, as much as the compiler writer in me wants to remove all that code...)

Patrick

_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to