Skip to content

Clone is required in a bound by Copy, however Clone is marked as uncovered #193

@DustinEwan

Description

@DustinEwan

As per the title, if you #[derive(Copy)] you must also #[derive(Clone)].

However Clone will be marked as uncovered in the #[derive(Clone, Copy)] statement.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-upstream-bugCategory: This is a bug of compiler or dependencies (the fix may require action in the upstream)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions