Skip to content

cargo-auditable is incompatible with cargo-capi #176

@Shnatsel

Description

@Shnatsel

Discussed in #175

On https://github.com/rustls/rustls-ffi, cargo auditable capi build produces a shared library without audit data.

The culprit is this line:

If I replace it with if true, it works. That's because cargo capi passes both --print and --emit arguments to rustc, which I didn't realize was possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions