Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
ui
/
error-codes
/
E0005.rs
blob: f4730697e1843f226ec6a3998dd6b89725e9ef1a [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
=
Some
(
1
);
let
Some
(
y
)
=
x
;
//~ ERROR E0005
}