summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-19734.rs
blob: fe4a327aef49ce0643e1d114687e75c72af1bb8c (plain)
1
2
3
4
5
6
7
8
fn main() {}

struct Type;

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