Skip to content

Commit

Permalink
Bless a bootstrap-dependent UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 authored and Mark-Simulacrum committed Jul 28, 2024
1 parent 5eca36d commit 649d99b
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
error: non-glob import of `rustc_type_ir::inherent`
--> $DIR/non_glob_import_of_type_ir_inherent.rs:17:9
--> $DIR/non_glob_import_of_type_ir_inherent.rs:16:9
|
LL | use rustc_type_ir::inherent::Predicate;
| ^^^^^^^^^^^^^^^^^^^^^^^^^---------
| |
| help: try using a glob import instead: `*`
|
note: the lint level is defined here
--> $DIR/non_glob_import_of_type_ir_inherent.rs:4:9
--> $DIR/non_glob_import_of_type_ir_inherent.rs:3:9
|
LL | #![deny(rustc::non_glob_import_of_type_ir_inherent)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: non-glob import of `rustc_type_ir::inherent`
--> $DIR/non_glob_import_of_type_ir_inherent.rs:18:35
--> $DIR/non_glob_import_of_type_ir_inherent.rs:17:35
|
LL | use rustc_type_ir::inherent::{AdtDef, Ty};
| ^^^^^^ help: try using a glob import instead: `*`

error: non-glob import of `rustc_type_ir::inherent`
--> $DIR/non_glob_import_of_type_ir_inherent.rs:18:43
--> $DIR/non_glob_import_of_type_ir_inherent.rs:17:43
|
LL | use rustc_type_ir::inherent::{AdtDef, Ty};
| ^^ help: try using a glob import instead: `*`

error: non-glob import of `rustc_type_ir::inherent`
--> $DIR/non_glob_import_of_type_ir_inherent.rs:21:9
--> $DIR/non_glob_import_of_type_ir_inherent.rs:20:9
|
LL | use rustc_type_ir::inherent::ParamEnv as _;
| ^^^^^^^^^^^^^^^^^^^^^^^^^-------------
| |
| help: try using a glob import instead: `*`

error: non-glob import of `rustc_type_ir::inherent`
--> $DIR/non_glob_import_of_type_ir_inherent.rs:25:9
--> $DIR/non_glob_import_of_type_ir_inherent.rs:24:9
|
LL | use rustc_type_ir::inherent;
| ^^^^^^^^^^^^^^^^^^^^^^^- help: try using a glob import instead: `::*`

error: non-glob import of `rustc_type_ir::inherent`
--> $DIR/non_glob_import_of_type_ir_inherent.rs:26:9
--> $DIR/non_glob_import_of_type_ir_inherent.rs:25:9
|
LL | use rustc_type_ir::inherent as inh;
| ^^^^^^^^^^^^^^^^^^^^^^^------- help: try using a glob import instead: `::*`

error: non-glob import of `rustc_type_ir::inherent`
--> $DIR/non_glob_import_of_type_ir_inherent.rs:27:25
--> $DIR/non_glob_import_of_type_ir_inherent.rs:26:25
|
LL | use rustc_type_ir::{inherent as _};
| ^^^^^^^^----- help: try using a glob import instead: `::*`

error: non-glob import of `rustc_type_ir::inherent`
--> $DIR/non_glob_import_of_type_ir_inherent.rs:34:35
--> $DIR/non_glob_import_of_type_ir_inherent.rs:33:35
|
LL | use rustc_type_ir::inherent::{self};
| ^^^^ help: try using a glob import instead: `*`

error: non-glob import of `rustc_type_ir::inherent`
--> $DIR/non_glob_import_of_type_ir_inherent.rs:35:35
--> $DIR/non_glob_import_of_type_ir_inherent.rs:34:35
|
LL | use rustc_type_ir::inherent::{self as innate};
| ^^^^----------
Expand Down

0 comments on commit 649d99b

Please sign in to comment.