1
Fork 0

Remove HAS_TY_COROUTINE

This commit is contained in:
Michael Goulet 2025-03-23 16:37:27 +00:00
parent e934975339
commit e4f13e3ccd
3 changed files with 1 additions and 9 deletions

View file

@ -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) => {