This does not work: ``` rust println!("{}", ()); ``` and neither does this with any tuple atm. Or is this intentional?
This does not work:
and neither does this with any tuple atm.
Or is this intentional?