diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-10-20 15:54:10 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-10-20 21:14:02 +0000 |
| commit | 69c09ddb36734ba4974bff39a187e8eba3fd3d20 (patch) | |
| tree | 4df14bf9a21977ebba3dedffab170b6cf2a81836 | |
| parent | 6e8918ea1c764bf8a48f9b6f89f805633bc037cb (diff) | |
| download | rust-69c09ddb36734ba4974bff39a187e8eba3fd3d20.tar.gz rust-69c09ddb36734ba4974bff39a187e8eba3fd3d20.zip | |
bless ui-fulldeps
| -rw-r--r-- | tests/ui-fulldeps/internal-lints/ty_tykind_usage.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui-fulldeps/internal-lints/ty_tykind_usage.stderr b/tests/ui-fulldeps/internal-lints/ty_tykind_usage.stderr index 1f49d6b6464..45b7c26faad 100644 --- a/tests/ui-fulldeps/internal-lints/ty_tykind_usage.stderr +++ b/tests/ui-fulldeps/internal-lints/ty_tykind_usage.stderr @@ -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>` |
