Skip to content

rust: Allow building dependencies twice with native: true and native: false #11744

Open
@sdroege

Description

See #11702

This is required as proc-macro target must be built with native: true, but a proc-macro target might have the same dependencies as a non-proc-macro target. In that situation this dependency needs to be compiled twice, which is currently not possible.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions