File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ error[E0432]: unresolved import `my_api::utils`
44LL | use my_api::utils::util;
55 | ^^^^^ could not find `utils` in `my_api`
66
7- error[E0433]: failed to resolve: could not find `utils` in `my_api`
7+ error[E0433]: cannot find `utils` in `my_api`
88 --> $DIR/open-ns-1.rs:14:21
99 |
1010LL | let _ = my_api::utils::utils_helper();
1111 | ^^^^^ could not find `utils` in `my_api`
1212
13- error[E0433]: failed to resolve: could not find `core` in `my_api`
13+ error[E0433]: cannot find `core` in `my_api`
1414 --> $DIR/open-ns-1.rs:17:21
1515 |
1616LL | let _ = my_api::core::core_fn();
Original file line number Diff line number Diff line change 1- error[E0433]: failed to resolve: could not find `utils` in `my_api`
1+ error[E0433]: cannot find `utils` in `my_api`
22 --> $DIR/open-ns-4.rs:10:21
33 |
44LL | let _ = my_api::utils::utils_helper();
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ error[E0432]: unresolved import `my_api::utils`
44LL | use my_api::utils::utils_helper;
55 | ^^^^^ could not find `utils` in `my_api`
66
7- error[E0433]: failed to resolve: could not find `utils` in `my_api`
7+ error[E0433]: cannot find `utils` in `my_api`
88 --> $DIR/open-ns-7.rs:12:21
99 |
1010LL | let _ = my_api::utils::utils_helper();
You can’t perform that action at this time.
0 commit comments