rust/tests/ui/issues/issue-19734.stderr
2023-01-11 09:32:08 +00:00

9 lines
156 B
Plaintext

error: cannot find macro `undef` in this scope
--> $DIR/issue-19734.rs:6:5
|
LL | undef!();
| ^^^^^
error: aborting due to previous error