summaryrefslogtreecommitdiffstats
path: root/tests/ui/fail-simple.rs
blob: cd81a5d0a0fc6c86466f50828addd7887c80ecd5 (plain)
1
2
3
fn main() {
    panic!(@); //~ ERROR no rules expected the token `@`
}