summary refs log tree commit diff
path: root/src/test/ui/ext-nonexistent.stderr
blob: ff027f18476429b48bf6d6c6cbe80dd686d4f975 (plain)
1
2
3
4
5
6
7
8
error: cannot find macro `iamnotanextensionthatexists!` in this scope
  --> $DIR/ext-nonexistent.rs:12:13
   |
LL | fn main() { iamnotanextensionthatexists!(""); }
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error