mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Bless a bootstrap-dependent UI test
This commit is contained in:
parent
5eca36d27a
commit
649d99b973
@ -1,5 +1,5 @@
|
||||
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;
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^---------
|
||||
@ -7,25 +7,25 @@ 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 _;
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^-------------
|
||||
@ -33,31 +33,31 @@ 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};
|
||||
| ^^^^----------
|
||||
|
Loading…
Reference in New Issue
Block a user