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