rust/tests/ui/macros/no-matching-rule.rs
2025-04-25 20:50:57 +09:00

4 lines
61 B
Rust

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