rust/tests/ui/ext-nonexistent.stderr
2023-01-11 09:32:08 +00:00

9 lines
247 B
Plaintext

error: cannot find macro `iamnotanextensionthatexists` in this scope
--> $DIR/ext-nonexistent.rs:2:13
|
LL | fn main() { iamnotanextensionthatexists!(""); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error