Skip to content

Commit 69c09dd

Browse files
committed
bless ui-fulldeps
1 parent 6e8918e commit 69c09dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui-fulldeps/internal-lints/ty_tykind_usage.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ LL | TyKind::Closure(..) => (),
109109
error: usage of `ty::TyKind::<kind>`
110110
--> $DIR/ty_tykind_usage.rs:32:9
111111
|
112-
LL | TyKind::Generator(..) => (),
112+
LL | TyKind::Coroutine(..) => (),
113113
| ^^^^^^ help: try using `ty::<kind>` directly: `ty`
114114

115115
error: usage of `ty::TyKind::<kind>`
116116
--> $DIR/ty_tykind_usage.rs:33:9
117117
|
118-
LL | TyKind::GeneratorWitness(..) => (),
118+
LL | TyKind::CoroutineWitness(..) => (),
119119
| ^^^^^^ help: try using `ty::<kind>` directly: `ty`
120120

121121
error: usage of `ty::TyKind::<kind>`

0 commit comments

Comments
 (0)