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