Skip to content

Commit bc2a373

Browse files
committed
Fix fallout
1 parent 93df1bb commit bc2a373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/test/ui-fulldeps/internal-lints/ty_tykind_usage.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
error: usage of `ty::TyKind::<kind>`
2-
--> $DIR/ty_tykind_usage.rs:11:15
2+
--> $DIR/ty_tykind_usage.rs:11:16
33
|
44
LL | let kind = TyKind::Bool;
5-
| ^^^^^^ help: try using ty::<kind> directly: `ty`
5+
| ^^^^^^ help: try using ty::<kind> directly: `ty`
66
|
77
note: lint level defined here
88
--> $DIR/ty_tykind_usage.rs:9:8

0 commit comments

Comments
 (0)