Sign in
rust
/
rustfmt
/
refs/heads/revert-5847-format-header
/
.
/
tests
/
source
/
tuple_v2.rs
blob: 9223033832b24b2a594fd0140cf09ec20d2a2c9b [
file
] [
log
] [
blame
]
// rustfmt-version: Two
fn
issue_4355
()
{
let
_
=
((
1
,),).
0
.
0
;
}