rust/tests/ui/macros/no-matching-rule.rs

4 lines
61 B
Rust

fn main() {
panic!(@); //~ ERROR no rules expected `@`
}