Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
deref-non-pointer.rs
blob: 82ab355e697b257d649a0dd933723714a3d45f6a [
file
] [
log
] [
blame
]
fn
main
()
{
match
*
1
{
//~ ERROR: cannot be dereferenced
_
=>
{
panic
!();
}
}
}