rust/tests/ui/issues/issue-19734.rs

9 lines
111 B
Rust

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