Skip to content

Commit a4f7d4d

Browse files
committed
bless tests after rebase
1 parent bc9556f commit a4f7d4d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/ui/resolve/open-ns-1.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ error[E0432]: unresolved import `my_api::utils`
44
LL | 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
|
1010
LL | 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
|
1616
LL | let _ = my_api::core::core_fn();

tests/ui/resolve/open-ns-4.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
|
44
LL | let _ = my_api::utils::utils_helper();

tests/ui/resolve/open-ns-7.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0432]: unresolved import `my_api::utils`
44
LL | 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
|
1010
LL | let _ = my_api::utils::utils_helper();

0 commit comments

Comments
 (0)