Skip to content

Fix using CARGO_TERM_VERBOSE=true - #335

Draft
madsmtm wants to merge 1 commit into
dtolnay:masterfrom
madsmtm:cargo-term-verbose-duplicate-verbose
Draft

Fix using CARGO_TERM_VERBOSE=true#335
madsmtm wants to merge 1 commit into
dtolnay:masterfrom
madsmtm:cargo-term-verbose-duplicate-verbose

Conversation

@madsmtm

@madsmtm madsmtm commented Jul 31, 2026

Copy link
Copy Markdown

The compiler forbids passing --verbose multiple times.

Recent Cargo versions pass --verbose to the compiler itself, so we have to use Cargo know to set the verbosity level instead of setting it via RUSTFLAGS.

See rust-lang/cargo#17285 for upstream Cargo issue, will leave this as a draft until what Cargo will do is figured out.

The compiler forbids passing `--verbose` multiple times.

Recent Cargo versions pass `--verbose` to the compiler itself, so we
have to use Cargo know to set the verbosity level instead of setting it
via RUSTFLAGS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant