rust/tests/ui/macros/issue-11692-2.rs
2024-04-21 15:43:43 -03:00

4 lines
85 B
Rust

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