We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
+=
This compiles:
fn main() { let i: int; i += 2; }
Now, I can't seem to get that anything reads the value again to compile, but it seems like bad times anyway.
Thought to try this because of #12452.