Sign in
rust
/
rust
/
98d259beaf8909341ea697396b2db397fd644c4f
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
paren.rs
blob: 04e5ab7a5549712a5384fb2c94952a7f6a60d9a9 [
file
]
fn
main
()
{
let
x
=
(((
1
)));
let
y
=
(
/* comment */
((
2
)));
let
z
=
(((
3
)
/* comment */
));
let
a
=
(((
4
/* comment */
)));
}