9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
|
|
error: cannot find macro `iamnotanextensionthatexists` in this scope
|
||
|
|
--> $DIR/nonexistent-macro.rs:4:5
|
||
|
|
|
|
||
|
|
LL | iamnotanextensionthatexists!("");
|
||
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
|
error: aborting due to 1 previous error
|
||
|
|
|