@@ -17,7 +17,7 @@ error: usage of wildcard import
1717 --> tests/ui/wildcard_imports_2021.rs:17:5
1818 |
1919LL | 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}`
2121
2222error: usage of wildcard import
2323 --> tests/ui/wildcard_imports_2021.rs:19:5
@@ -35,7 +35,7 @@ error: usage of wildcard import
3535 --> tests/ui/wildcard_imports_2021.rs:26:5
3636 |
3737LL | use wildcard_imports_helper::*;
38- | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{ExternA, extern_foo }`
38+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{extern_foo, ExternA }`
3939
4040error: usage of wildcard import
4141 --> tests/ui/wildcard_imports_2021.rs:95:13
@@ -59,7 +59,7 @@ error: usage of wildcard import
5959 --> tests/ui/wildcard_imports_2021.rs:135:13
6060 |
6161LL | use wildcard_imports_helper::*;
62- | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{ExternA, extern_foo }`
62+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{extern_foo, ExternA }`
6363
6464error: usage of wildcard import
6565 --> tests/ui/wildcard_imports_2021.rs:148:20
@@ -77,13 +77,13 @@ error: usage of wildcard import
7777 --> tests/ui/wildcard_imports_2021.rs:157:13
7878 |
7979LL | use wildcard_imports_helper::*;
80- | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{ExternExportedEnum , ExternExportedStruct, extern_exported }`
80+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{extern_exported , ExternExportedStruct, ExternExportedEnum }`
8181
8282error: usage of wildcard import
8383 --> tests/ui/wildcard_imports_2021.rs:187:9
8484 |
8585LL | 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 }`
8787
8888error: usage of wildcard import
8989 --> tests/ui/wildcard_imports_2021.rs:197:9
0 commit comments