@@ -17,7 +17,7 @@ error: usage of wildcard import
17
17
--> tests/ui/wildcard_imports_2021.rs:17:5
18
18
|
19
19
LL | use crate::multi_fn_mod::*;
20
- | ^^^^^^^^^^^^^^^^^^^^^^ help: try: `crate::multi_fn_mod::{multi_bar, multi_foo , multi_inner_mod}`
20
+ | ^^^^^^^^^^^^^^^^^^^^^^ help: try: `crate::multi_fn_mod::{multi_foo, multi_bar , multi_inner_mod}`
21
21
22
22
error: usage of wildcard import
23
23
--> tests/ui/wildcard_imports_2021.rs:19:5
@@ -35,7 +35,7 @@ error: usage of wildcard import
35
35
--> tests/ui/wildcard_imports_2021.rs:26:5
36
36
|
37
37
LL | use wildcard_imports_helper::*;
38
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{ExternA, extern_foo }`
38
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{extern_foo, ExternA }`
39
39
40
40
error: usage of wildcard import
41
41
--> tests/ui/wildcard_imports_2021.rs:95:13
@@ -59,7 +59,7 @@ error: usage of wildcard import
59
59
--> tests/ui/wildcard_imports_2021.rs:135:13
60
60
|
61
61
LL | use wildcard_imports_helper::*;
62
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{ExternA, extern_foo }`
62
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{extern_foo, ExternA }`
63
63
64
64
error: usage of wildcard import
65
65
--> tests/ui/wildcard_imports_2021.rs:148:20
@@ -77,13 +77,13 @@ error: usage of wildcard import
77
77
--> tests/ui/wildcard_imports_2021.rs:157:13
78
78
|
79
79
LL | use wildcard_imports_helper::*;
80
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{ExternExportedEnum , ExternExportedStruct, extern_exported }`
80
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{extern_exported , ExternExportedStruct, ExternExportedEnum }`
81
81
82
82
error: usage of wildcard import
83
83
--> tests/ui/wildcard_imports_2021.rs:187:9
84
84
|
85
85
LL | use crate::in_fn_test::*;
86
- | ^^^^^^^^^^^^^^^^^^^^ help: try: `crate::in_fn_test::{ExportedEnum , ExportedStruct, exported }`
86
+ | ^^^^^^^^^^^^^^^^^^^^ help: try: `crate::in_fn_test::{exported , ExportedStruct, ExportedEnum }`
87
87
88
88
error: usage of wildcard import
89
89
--> tests/ui/wildcard_imports_2021.rs:197:9
0 commit comments