@@ -37,43 +37,43 @@ LL | use wildcard_imports_helper::*;
3737 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{ExternA, extern_foo}`
3838
3939error: usage of wildcard import
40- --> $DIR/wildcard_imports.rs:78 :13
40+ --> $DIR/wildcard_imports.rs:88 :13
4141 |
4242LL | use crate::fn_mod::*;
4343 | ^^^^^^^^^^^^^^^^ help: try: `crate::fn_mod::foo`
4444
4545error: usage of wildcard import
46- --> $DIR/wildcard_imports.rs:84 :75
46+ --> $DIR/wildcard_imports.rs:94 :75
4747 |
4848LL | use wildcard_imports_helper::inner::inner_for_self_import::{self, *};
4949 | ^ help: try: `inner_extern_foo`
5050
5151error: usage of wildcard import
52- --> $DIR/wildcard_imports.rs:85 :13
52+ --> $DIR/wildcard_imports.rs:95 :13
5353 |
5454LL | use wildcard_imports_helper::*;
5555 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{ExternA, extern_foo}`
5656
5757error: usage of wildcard import
58- --> $DIR/wildcard_imports.rs:96 :20
58+ --> $DIR/wildcard_imports.rs:106 :20
5959 |
6060LL | use self::{inner::*, inner2::*};
6161 | ^^^^^^^^ help: try: `inner::inner_foo`
6262
6363error: usage of wildcard import
64- --> $DIR/wildcard_imports.rs:96 :30
64+ --> $DIR/wildcard_imports.rs:106 :30
6565 |
6666LL | use self::{inner::*, inner2::*};
6767 | ^^^^^^^^^ help: try: `inner2::inner_bar`
6868
6969error: usage of wildcard import
70- --> $DIR/wildcard_imports.rs:103 :13
70+ --> $DIR/wildcard_imports.rs:113 :13
7171 |
7272LL | use wildcard_imports_helper::*;
7373 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `wildcard_imports_helper::{ExternExportedEnum, ExternExportedStruct, extern_exported}`
7474
7575error: usage of wildcard import
76- --> $DIR/wildcard_imports.rs:132 :9
76+ --> $DIR/wildcard_imports.rs:142 :9
7777 |
7878LL | use crate::in_fn_test::*;
7979 | ^^^^^^^^^^^^^^^^^^^^ help: try: `crate::in_fn_test::{ExportedEnum, ExportedStruct, exported}`
0 commit comments