Having wasted half an hour of my life once due to ; vs : (it was 1 pixel!), I love that rustc is especially helpful:
miniblog.
Related Posts
It's a tragedy that ; and : are often on the same key on the keyboard, are often both legal syntax, and are so visually similar. I wonder how much programmer time has been wasted.
A little redundancy in syntax is good. I wasted several minutes on a bug that boiled down to writing `{x, y}` instead of `{x: y}` in Python.