blob: 7e89e07bf30b861fb330ff459a9beba1a2af43d7 (
plain)
1
2
3
4
5
6
7
8
|
error: cannot find macro `iamnotanextensionthatexists` in this scope
--> $DIR/nonexistent-macro.rs:4:5
|
LL | iamnotanextensionthatexists!("");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
|