Skip to content

Support Rust's Generator feature #416

@avanhatt

Description

@avanhatt

Rust has a newish Generator type.

We currently fail with unimplemented for this type:

            ty::Generator(_, _, _) => unimplemented!(),

This is used by the popular tokio crate.

Metadata

Metadata

Assignees

Labels

[C] BugThis is a bug. Something isn't working.[C] Feature / EnhancementA new feature request or enhancement to an existing feature.

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions