Remove HAS_TY_COROUTINE
This commit is contained in:
parent
e934975339
commit
e4f13e3ccd
3 changed files with 1 additions and 9 deletions
|
@ -128,7 +128,6 @@ impl FlagComputation {
|
|||
if should_remove_further_specializable {
|
||||
self.flags -= TypeFlags::STILL_FURTHER_SPECIALIZABLE;
|
||||
}
|
||||
self.add_flags(TypeFlags::HAS_TY_COROUTINE);
|
||||
}
|
||||
|
||||
&ty::Closure(_, args) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue