rustc/tests/ui/macros/issue-11692-2.rs
2024-06-24 14:48:22 +02:00

4 lines
85 B
Rust

fn main() {
concat!(test!()); //~ ERROR cannot find macro `test` in this scope
}