rust/src/test/ui/ext-nonexistent.stderr

9 lines
249 B
Plaintext
Raw Normal View History

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