We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defb2fe commit 0a7bceaCopy full SHA for 0a7bcea
src/bootstrap/src/core/config/config.rs
@@ -963,7 +963,7 @@ impl Config {
963
target: "CONFIG_HANDLING",
964
tracing::Level::TRACE,
965
"normalizing and combining `flag.skip`/`flag.exclude` paths",
966
- "config.skip" = ?config.skip,
+ "config.skip" = ?skip,
967
);
968
969
jobs = Some(threads_from_config(build_jobs.unwrap_or(0)));
0 commit comments