about summary refs log tree commit diff
path: root/tests/ui/macros/no-matching-rule.rs
blob: 55e547ee72b0f930bd8b2cd23e255a3759168be8 (plain)
1
2
3
fn main() {
    panic!(@); //~ ERROR no rules expected `@`
}