rust/tests/ui/macros/undefined-macro-in-impl.stderr
2025-12-10 09:23:50 +09:00

8 lines
158 B
Text

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