2014-12-12 16:40:32 +00:00
|
|
|
fn main() {}
|
|
|
|
|
2017-02-06 11:44:38 +00:00
|
|
|
struct Type;
|
|
|
|
|
2014-12-12 16:40:32 +00:00
|
|
|
impl Type {
|
2017-02-06 11:44:38 +00:00
|
|
|
undef!();
|
2019-09-15 10:12:14 +00:00
|
|
|
//~^ ERROR cannot find macro `undef` in this scope
|
2014-12-12 16:40:32 +00:00
|
|
|
}
|