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 5b76fb3 commit 81f78afCopy full SHA for 81f78af
src/cargo/core/compiler/build_config.rs
@@ -64,7 +64,7 @@ impl BuildConfig {
64
let cfg = config.build_config()?;
65
let requested_kinds = CompileKind::from_requested_targets(config, requested_targets)?;
66
if jobs == Some(0) {
67
- anyhow::bail!("jobs must not be zero")
+ anyhow::bail!("jobs may not be 0")
68
}
69
if jobs.is_some() && config.jobserver_from_env().is_some() {
70
config.shell().warn(
0 commit comments