Sign in
fuchsia
/
third_party
/
rust
/
HEAD
/
.
/
tests
/
ui
/
pattern
/
deref-patterns
/
deref-non-pointer.rs
blob: af9802481a6d0b102e411f979d8993a6a1d6d5f3 [
file
]
fn
main
()
{
match
*
1
{
//~ ERROR: cannot be dereferenced
_
=>
{}
}
}