Sign in
fuchsia
/
third_party
/
rust
/
41601a8c95240cada94c13466a1fea02e5fe87ed
/
.
/
src
/
test
/
ui
/
error-codes
/
E0599.rs
blob: a2d7bb2dcbe0ea51b54bac14b8ca905835514056 [
file
] [
log
] [
blame
]
struct
Foo
;
fn
main
()
{
||
if
let
Foo
::
NotEvenReal
()
=
Foo
{};
//~ ERROR E0599
}