bless ui-fulldeps
This commit is contained in:
parent
6e8918ea1c
commit
69c09ddb36
1 changed files with 2 additions and 2 deletions
|
@ -109,13 +109,13 @@ LL | TyKind::Closure(..) => (),
|
|||
error: usage of `ty::TyKind::<kind>`
|
||||
--> $DIR/ty_tykind_usage.rs:32:9
|
||||
|
|
||||
LL | TyKind::Generator(..) => (),
|
||||
LL | TyKind::Coroutine(..) => (),
|
||||
| ^^^^^^ help: try using `ty::<kind>` directly: `ty`
|
||||
|
||||
error: usage of `ty::TyKind::<kind>`
|
||||
--> $DIR/ty_tykind_usage.rs:33:9
|
||||
|
|
||||
LL | TyKind::GeneratorWitness(..) => (),
|
||||
LL | TyKind::CoroutineWitness(..) => (),
|
||||
| ^^^^^^ help: try using `ty::<kind>` directly: `ty`
|
||||
|
||||
error: usage of `ty::TyKind::<kind>`
|
||||
|
|
Loading…
Add table
Reference in a new issue