We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93df1bb commit bc2a373Copy full SHA for bc2a373
src/test/ui-fulldeps/internal-lints/ty_tykind_usage.stderr
@@ -1,8 +1,8 @@
1
error: usage of `ty::TyKind::<kind>`
2
- --> $DIR/ty_tykind_usage.rs:11:15
+ --> $DIR/ty_tykind_usage.rs:11:16
3
|
4
LL | let kind = TyKind::Bool;
5
- | ^^^^^^ help: try using ty::<kind> directly: `ty`
+ | ^^^^^^ help: try using ty::<kind> directly: `ty`
6
7
note: lint level defined here
8
--> $DIR/ty_tykind_usage.rs:9:8
0 commit comments