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

9 lines
111 B
Rust

fn main() {}
struct Type;
impl Type {
undef!();
//~^ ERROR cannot find macro `undef` in this scope
}