rust/tests/ui/issues/issue-19734.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
111 B
Rust
Raw Normal View History

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