2024-08-16 10:58:19 -05:00
|
|
|
error[E0432]: unresolved import `crate::empty`
|
2023-06-30 22:53:31 -05:00
|
|
|
--> $DIR/issue-85992.rs:8:5
|
|
|
|
|
|
2024-08-16 10:58:19 -05:00
|
|
|
LL | use crate::empty;
|
|
|
|
| ^^^^^^^^^^^^ no `empty` in the root
|
2023-06-30 22:53:31 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-06-30 22:53:31 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|