1
Fork 0

Rollup merge of #132488 - compiler-errors:more-fixmes-bye, r=jieyouxu

Remove or fix some more `FIXME(async_closure)`

Self-explanatory
This commit is contained in:
Matthias Krüger 2024-11-02 08:33:15 +01:00 committed by GitHub
commit 30497b05cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 24 additions and 16 deletions

View file

@ -432,7 +432,6 @@ where
upvar.visit_with(self);
}
// FIXME(async_closures): Is this the right signature to visit here?
args.as_coroutine_closure().signature_parts_ty().visit_with(self);
}