summary refs log tree commit diff
path: root/src/test/ui/issues/issue-19734.rs
blob: b730e19a1e632653fd29577422fe963a0a46f37b (plain)
1
2
3
4
5
6
7
8
fn main() {}

struct Type;

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