Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
fail-simple.rs
blob: cd81a5d0a0fc6c86466f50828addd7887c80ecd5 [
file
] [
log
] [
blame
]
fn
main
()
{
panic
!(@);
//~ ERROR no rules expected the token `@`
}