Skip to content

Commit 54dc083

Browse files
tgross35Mark-Simulacrum
authored andcommitted
Bless a bootstrap-dependent UI test
1 parent 7f5ca91 commit 54dc083

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/ui-fulldeps/internal-lints/non_glob_import_of_type_ir_inherent.stderr

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
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
33
|
44
LL | use rustc_type_ir::inherent::Predicate;
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^---------
66
| |
77
| help: try using a glob import instead: `*`
88
|
99
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
1111
|
1212
LL | #![deny(rustc::non_glob_import_of_type_ir_inherent)]
1313
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1414

1515
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
1717
|
1818
LL | use rustc_type_ir::inherent::{AdtDef, Ty};
1919
| ^^^^^^ help: try using a glob import instead: `*`
2020

2121
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
2323
|
2424
LL | use rustc_type_ir::inherent::{AdtDef, Ty};
2525
| ^^ help: try using a glob import instead: `*`
2626

2727
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
2929
|
3030
LL | use rustc_type_ir::inherent::ParamEnv as _;
3131
| ^^^^^^^^^^^^^^^^^^^^^^^^^-------------
3232
| |
3333
| help: try using a glob import instead: `*`
3434

3535
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
3737
|
3838
LL | use rustc_type_ir::inherent;
3939
| ^^^^^^^^^^^^^^^^^^^^^^^- help: try using a glob import instead: `::*`
4040

4141
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
4343
|
4444
LL | use rustc_type_ir::inherent as inh;
4545
| ^^^^^^^^^^^^^^^^^^^^^^^------- help: try using a glob import instead: `::*`
4646

4747
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
4949
|
5050
LL | use rustc_type_ir::{inherent as _};
5151
| ^^^^^^^^----- help: try using a glob import instead: `::*`
5252

5353
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
5555
|
5656
LL | use rustc_type_ir::inherent::{self};
5757
| ^^^^ help: try using a glob import instead: `*`
5858

5959
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
6161
|
6262
LL | use rustc_type_ir::inherent::{self as innate};
6363
| ^^^^----------

0 commit comments

Comments
 (0)