Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
6d71251cf9e40326461f90f8ff9a7024706aea87
/
.
/
tests
/
ui
/
fail-simple.rs
blob: 55e547ee72b0f930bd8b2cd23e255a3759168be8 [
file
] [
log
] [
blame
]
fn
main
()
{
panic
!(@);
//~ ERROR no rules expected `@`
}