Skip to content

await_only_futures support for extension types #59252

Description

@bwilkerson

The await_only_futures lint should not generate a lint if the type of the expression is an extension type. It is a compile-time error to await an expression whose type is an extension type that doesn't implement Future, so the reporting in that case is duplicated.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions