I wouldn't mind Python's whitespace indents in Rust though!
Of course you could, because a semicolon-less return doesn't work in the middle of a statement.
You can't do
bla; a bla bla; b
bla; return a; bla bla; b
{123 456} + {789}
I wouldn't mind Python's whitespace indents in Rust though!