rust/src/libsyntax/print
Garming Sam c67a34b9e5 Binary ops should add parenthesis to each side
Otherwise, we get (1 + 2) * 3 looking like 1 + 2 * 3
2015-08-09 21:15:47 +12:00
..
pp.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
pprust.rs Binary ops should add parenthesis to each side 2015-08-09 21:15:47 +12:00