summary refs log tree commit diff
path: root/src/test/ui/proc-macro/import.stderr
blob: 813a8ac2604605ce6c5ddbf813d2739d12d07ae3 (plain)
1
2
3
4
5
6
7
8
9
error[E0432]: unresolved import `derive_a::derive_a`
  --> $DIR/import.rs:8:5
   |
LL | use derive_a::derive_a;
   |     ^^^^^^^^^^^^^^^^^^ no `derive_a` in the root

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.