11error: non-glob import of `rustc_type_ir::inherent`
2- --> $DIR/non_glob_import_of_type_ir_inherent.rs:16 :9
2+ --> $DIR/non_glob_import_of_type_ir_inherent.rs:17 :9
33 |
44LL | use rustc_type_ir::inherent::Predicate;
55 | ^^^^^^^^^^^^^^^^^^^^^^^^^---------
@@ -13,51 +13,51 @@ LL | #![deny(rustc::non_glob_import_of_type_ir_inherent)]
1313 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1414
1515error: non-glob import of `rustc_type_ir::inherent`
16- --> $DIR/non_glob_import_of_type_ir_inherent.rs:17 :35
16+ --> $DIR/non_glob_import_of_type_ir_inherent.rs:18 :35
1717 |
1818LL | use rustc_type_ir::inherent::{AdtDef, Ty};
1919 | ^^^^^^ help: try using a glob import instead: `*`
2020
2121error: non-glob import of `rustc_type_ir::inherent`
22- --> $DIR/non_glob_import_of_type_ir_inherent.rs:17 :43
22+ --> $DIR/non_glob_import_of_type_ir_inherent.rs:18 :43
2323 |
2424LL | use rustc_type_ir::inherent::{AdtDef, Ty};
2525 | ^^ help: try using a glob import instead: `*`
2626
2727error: non-glob import of `rustc_type_ir::inherent`
28- --> $DIR/non_glob_import_of_type_ir_inherent.rs:20 :9
28+ --> $DIR/non_glob_import_of_type_ir_inherent.rs:21 :9
2929 |
3030LL | use rustc_type_ir::inherent::ParamEnv as _;
3131 | ^^^^^^^^^^^^^^^^^^^^^^^^^-------------
3232 | |
3333 | help: try using a glob import instead: `*`
3434
3535error: non-glob import of `rustc_type_ir::inherent`
36- --> $DIR/non_glob_import_of_type_ir_inherent.rs:24 :9
36+ --> $DIR/non_glob_import_of_type_ir_inherent.rs:25 :9
3737 |
3838LL | use rustc_type_ir::inherent;
3939 | ^^^^^^^^^^^^^^^^^^^^^^^- help: try using a glob import instead: `::*`
4040
4141error: non-glob import of `rustc_type_ir::inherent`
42- --> $DIR/non_glob_import_of_type_ir_inherent.rs:25 :9
42+ --> $DIR/non_glob_import_of_type_ir_inherent.rs:26 :9
4343 |
4444LL | use rustc_type_ir::inherent as inh;
4545 | ^^^^^^^^^^^^^^^^^^^^^^^------- help: try using a glob import instead: `::*`
4646
4747error: non-glob import of `rustc_type_ir::inherent`
48- --> $DIR/non_glob_import_of_type_ir_inherent.rs:26 :25
48+ --> $DIR/non_glob_import_of_type_ir_inherent.rs:27 :25
4949 |
5050LL | use rustc_type_ir::{inherent as _};
5151 | ^^^^^^^^----- help: try using a glob import instead: `::*`
5252
5353error: non-glob import of `rustc_type_ir::inherent`
54- --> $DIR/non_glob_import_of_type_ir_inherent.rs:33 :35
54+ --> $DIR/non_glob_import_of_type_ir_inherent.rs:34 :35
5555 |
5656LL | use rustc_type_ir::inherent::{self};
5757 | ^^^^ help: try using a glob import instead: `*`
5858
5959error: non-glob import of `rustc_type_ir::inherent`
60- --> $DIR/non_glob_import_of_type_ir_inherent.rs:34 :35
60+ --> $DIR/non_glob_import_of_type_ir_inherent.rs:35 :35
6161 |
6262LL | use rustc_type_ir::inherent::{self as innate};
6363 | ^^^^----------
0 commit comments