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