rust/tests/ui/issues/issue-11692-1.rs
2023-01-11 09:32:08 +00:00

4 lines
86 B
Rust

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