Open jonas-schievink opened 4 years ago
Visiting during T-compiler backlog bonanza. This isn't the same kind of "tracking issue" that we associated with the C-tracking-issue label (in terms of a specific feature being designed)
@rustbot label: +metabug -C-tracking-issue
This is now being tracked as a github project: https://github.com/orgs/rust-lang/projects/21/views/1?layout=board
This is now being tracked as a github project: https://github.com/orgs/rust-lang/projects/21/views/1?layout=board
@oli-obk that link is either incorrect or the project is private, in either case it doesn't work
hmm
Only organization owners can change project visibility.
Looking how to fix that, sorry
(old issue: https://github.com/rust-lang/rust/issues/52924)
This issue tracks ideas for reducing the memory footprint of coroutines.
size_of_val
in a generator can make the generator biggerNote that this issue is different from https://github.com/rust-lang/rust/issues/69663, which tracks typesystem-level improvements regarding coroutines. This issue is purely about the code generation aspect.