We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fn main() { rec(x=1234); }
becomes
fn main() { rec(x=234)); }
IOW "1234" becomes "234)".