Skip to content

The --features flag cannot be used multiple times #342

Open
@madsmtm

Description

Running the following fails, while it would succeed were I using a normal cargo run.

cargo +nightly fuzz run my_fuzz_target --features=foo --features=bar

I know I can just combine this into --features=foo,bar, but for composability it would be nice if cargo-fuzz didn't require me to do so.

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