Sign in
rust
/
rust
/
741a3a7fc466df22e50f2b8d7dc697d22c8bdd41
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
tuple_v2.rs
blob: 6dc18e00d7ecf575cd42fb49e863ca2552f795bb [
file
]
// rustfmt-style_edition: 2024
fn
issue_4355
()
{
let
_
=
((
1
,),).
0
.
0
;
}