1
Fork 0

Rollup merge of #122829 - ShoyuVanilla:gen-block-impl-fused-iter, r=compiler-errors

Implement `FusedIterator` for `gen` block

cc #117078
This commit is contained in:
Matthias Krüger 2024-03-22 01:07:31 +01:00 committed by GitHub
commit 1757cb5871
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 105 additions and 7 deletions

View file

@ -207,6 +207,7 @@ symbols! {
FromResidual,
FsOpenOptions,
FsPermissions,
FusedIterator,
Future,
FutureOutput,
GlobalAlloc,
@ -886,6 +887,7 @@ symbols! {
fsub_algebraic,
fsub_fast,
fundamental,
fused_iterator,
future,
future_trait,
gdb_script_file,