Sign in
◑
Theme
rust
/
rust
/
e33b17837e6cb3d713b052b8a8cb6c2e178bf3c0
/
.
/
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 */
)));
}