10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
|
error[E0432]: unresolved import `derive_a::derive_a`
|
||
|
--> $DIR/import.rs:18: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`.
|