Hacker News new | ask | show | jobs
by GlitchMr 1382 days ago
> Records use : in their literal form, which is overloaded with type ascription. This is also annoying in cases where you might want to move a field into a let binding.

This one is getting fixed by removing type ascription - https://github.com/rust-lang/rfcs/pull/3307.

1 comments

I wouldn't call this "fixed". It's more like the worse-is-better people won another round.