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