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