rust/src/test/ui/issues/issue-19734.stderr

9 lines
158 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
error: cannot find macro `undef!` in this scope
--> $DIR/issue-19734.rs:16:5
|
LL | undef!();
| ^^^^^
error: aborting due to previous error