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