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.
rust.incremental
1 parent 0a39445 commit 796ee4fCopy full SHA for 796ee4f
src/bootstrap/src/core/config/toml/rust.rs
@@ -321,11 +321,11 @@ pub fn check_incompatible_options_for_ci_rustc(
321
rpath,
322
channel,
323
description,
324
- incremental,
325
default_linker,
326
std_features,
327
328
// Rest of the options can simply be ignored.
+ incremental: _,
329
debug: _,
330
codegen_units: _,
331
codegen_units_std: _,
@@ -389,7 +389,6 @@ pub fn check_incompatible_options_for_ci_rustc(
389
390
warn!(current_rust_config.channel, channel, "rust");
391
warn!(current_rust_config.description, description, "rust");
392
- warn!(current_rust_config.incremental, incremental, "rust");
393
394
Ok(())
395
}
0 commit comments