Files
rust/src/test/ui/issues/issue-19734.rs

9 lines
112 B
Rust
Raw Normal View History

2014-12-12 17:40:32 +01:00
fn main() {}
struct Type;
2014-12-12 17:40:32 +01:00
impl Type {
undef!();
//~^ ERROR cannot find macro `undef!` in this scope
2014-12-12 17:40:32 +01:00
}