Skip to content

can cargo-bisect-rustc respect the .cargo/config.toml?  #284

@pnkfelix

Description

@pnkfelix

can cargo-bisect-rustc respect the .cargo/config.toml? (Should it already be doing so?)

As part of dissecting rust-lang/rust#111888, I was looking into adding a linker flag to the rustc invocations via a .cargo/config.toml file, as described here: https://doc.rust-lang.org/cargo/reference/config.html#buildrustflags

But it seems from my local experiments that while my manual invocations of cargo are pulling in the config settings, the invocations that cargo-bisect-rustc emits do not seem to be including the rustflags specified there.

Metadata

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