rust/tests/ui/issues/issue-11692-1.rs

4 lines
86 B
Rust

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