9 lines
112 B
Rust
9 lines
112 B
Rust
fn main() {}
|
|
|
|
struct Type;
|
|
|
|
impl Type {
|
|
undef!();
|
|
//~^ ERROR cannot find macro `undef!` in this scope
|
|
}
|