|
1 | 1 | error: non-glob import of `rustc_type_ir::inherent` |
2 | | - --> $DIR/non_glob_import_of_type_ir_inherent.rs:17:9 |
| 2 | + --> $DIR/non_glob_import_of_type_ir_inherent.rs:16:9 |
3 | 3 | | |
4 | 4 | LL | use rustc_type_ir::inherent::Predicate; |
5 | 5 | | ^^^^^^^^^^^^^^^^^^^^^^^^^--------- |
6 | 6 | | | |
7 | 7 | | help: try using a glob import instead: `*` |
8 | 8 | | |
9 | 9 | note: the lint level is defined here |
10 | | - --> $DIR/non_glob_import_of_type_ir_inherent.rs:4:9 |
| 10 | + --> $DIR/non_glob_import_of_type_ir_inherent.rs:3:9 |
11 | 11 | | |
12 | 12 | LL | #![deny(rustc::non_glob_import_of_type_ir_inherent)] |
13 | 13 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
14 | 14 |
|
15 | 15 | error: non-glob import of `rustc_type_ir::inherent` |
16 | | - --> $DIR/non_glob_import_of_type_ir_inherent.rs:18:35 |
| 16 | + --> $DIR/non_glob_import_of_type_ir_inherent.rs:17:35 |
17 | 17 | | |
18 | 18 | LL | use rustc_type_ir::inherent::{AdtDef, Ty}; |
19 | 19 | | ^^^^^^ help: try using a glob import instead: `*` |
20 | 20 |
|
21 | 21 | error: non-glob import of `rustc_type_ir::inherent` |
22 | | - --> $DIR/non_glob_import_of_type_ir_inherent.rs:18:43 |
| 22 | + --> $DIR/non_glob_import_of_type_ir_inherent.rs:17:43 |
23 | 23 | | |
24 | 24 | LL | use rustc_type_ir::inherent::{AdtDef, Ty}; |
25 | 25 | | ^^ help: try using a glob import instead: `*` |
26 | 26 |
|
27 | 27 | error: non-glob import of `rustc_type_ir::inherent` |
28 | | - --> $DIR/non_glob_import_of_type_ir_inherent.rs:21:9 |
| 28 | + --> $DIR/non_glob_import_of_type_ir_inherent.rs:20:9 |
29 | 29 | | |
30 | 30 | LL | use rustc_type_ir::inherent::ParamEnv as _; |
31 | 31 | | ^^^^^^^^^^^^^^^^^^^^^^^^^------------- |
32 | 32 | | | |
33 | 33 | | help: try using a glob import instead: `*` |
34 | 34 |
|
35 | 35 | error: non-glob import of `rustc_type_ir::inherent` |
36 | | - --> $DIR/non_glob_import_of_type_ir_inherent.rs:25:9 |
| 36 | + --> $DIR/non_glob_import_of_type_ir_inherent.rs:24:9 |
37 | 37 | | |
38 | 38 | LL | use rustc_type_ir::inherent; |
39 | 39 | | ^^^^^^^^^^^^^^^^^^^^^^^- help: try using a glob import instead: `::*` |
40 | 40 |
|
41 | 41 | error: non-glob import of `rustc_type_ir::inherent` |
42 | | - --> $DIR/non_glob_import_of_type_ir_inherent.rs:26:9 |
| 42 | + --> $DIR/non_glob_import_of_type_ir_inherent.rs:25:9 |
43 | 43 | | |
44 | 44 | LL | use rustc_type_ir::inherent as inh; |
45 | 45 | | ^^^^^^^^^^^^^^^^^^^^^^^------- help: try using a glob import instead: `::*` |
46 | 46 |
|
47 | 47 | error: non-glob import of `rustc_type_ir::inherent` |
48 | | - --> $DIR/non_glob_import_of_type_ir_inherent.rs:27:25 |
| 48 | + --> $DIR/non_glob_import_of_type_ir_inherent.rs:26:25 |
49 | 49 | | |
50 | 50 | LL | use rustc_type_ir::{inherent as _}; |
51 | 51 | | ^^^^^^^^----- help: try using a glob import instead: `::*` |
52 | 52 |
|
53 | 53 | error: non-glob import of `rustc_type_ir::inherent` |
54 | | - --> $DIR/non_glob_import_of_type_ir_inherent.rs:34:35 |
| 54 | + --> $DIR/non_glob_import_of_type_ir_inherent.rs:33:35 |
55 | 55 | | |
56 | 56 | LL | use rustc_type_ir::inherent::{self}; |
57 | 57 | | ^^^^ help: try using a glob import instead: `*` |
58 | 58 |
|
59 | 59 | error: non-glob import of `rustc_type_ir::inherent` |
60 | | - --> $DIR/non_glob_import_of_type_ir_inherent.rs:35:35 |
| 60 | + --> $DIR/non_glob_import_of_type_ir_inherent.rs:34:35 |
61 | 61 | | |
62 | 62 | LL | use rustc_type_ir::inherent::{self as innate}; |
63 | 63 | | ^^^^---------- |
|
0 commit comments