Remove movability from TyKind::Coroutine
This commit is contained in:
parent
f4d794ea0b
commit
fcb42b42d6
84 changed files with 212 additions and 220 deletions
|
@ -906,7 +906,7 @@ where
|
|||
i,
|
||||
),
|
||||
|
||||
ty::Coroutine(def_id, args, _) => match this.variants {
|
||||
ty::Coroutine(def_id, args) => match this.variants {
|
||||
Variants::Single { index } => TyMaybeWithLayout::Ty(
|
||||
args.as_coroutine()
|
||||
.state_tys(def_id, tcx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue