2018-12-02 13:27:37 -06:00
|
|
|
error[E0432]: unresolved import `derive_a::derive_a`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/import.rs:8:5
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
|
|
|
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`.
|