``` fn main() { (10).x; } ``` becomes ``` fn main() { 10.x; } ``` which does not parse.
becomes
which does not parse.