rust/src/test/ui/issues/issue-19734.rs
2018-12-25 21:08:33 -07:00

9 lines
112 B
Rust

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