Sign in
rust
/
rust
/
ef4cff2ea33e070b7fa7253fdb4a88e3f4086a15
/
.
/
tests
/
ui
/
error-codes
/
E0004-2.rs
blob: c7612fd50a74efd8782168c60c95e0d8a2c07110 [
file
]
fn
main
()
{
let
x
=
Some
(
1
);
match
x
{
}
//~ ERROR E0004
}