mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 03:23:25 +00:00
bless ui-fulldeps
This commit is contained in:
parent
6e8918ea1c
commit
69c09ddb36
@ -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…
Reference in New Issue
Block a user