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