Files
rust/tests/ui/resolve/nonexistent-macro.stderr

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

9 lines
232 B
Plaintext
Raw Normal View History

2025-06-09 01:39:32 +05:00
error: cannot find macro `iamnotanextensionthatexists` in this scope
--> $DIR/nonexistent-macro.rs:4:5
|
LL | iamnotanextensionthatexists!("");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error