We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fn main() { (10).x; }
becomes
fn main() { 10.x; }
which does not parse.