Sign in
◑
Theme
rust
/
rust
/
df734af6ae8a7fdc287c5da23fe610573bf2a761
/
.
/
tests
/
ui
/
error-codes
/
E0416.rs
blob: 88eece07acddc242a39ddb5f951a8d7602229bca [
file
]
fn
main
()
{
match
(
1
,
2
)
{
(
x
,
x
)
=>
{}
//~ ERROR E0416
}
}