2019-05-22 01:09:58 +03:00
|
|
|
error[E0432]: unresolved import `test_macros::empty_derive`
|
|
|
|
--> $DIR/import.rs:5:5
|
2018-12-02 22:27:37 +03:00
|
|
|
|
|
2019-05-22 01:09:58 +03:00
|
|
|
LL | use test_macros::empty_derive;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^ no `empty_derive` in the root
|
2018-12-02 22:27:37 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|