]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/cargo/src/etc/man/cargo-run.1
New upstream version 1.74.1+dfsg1
[rustc.git] / src / tools / cargo / src / etc / man / cargo-run.1
index 1c182ad1a2aa1e8f25e56afc851c1b6fc7a581ee..2938146743bbd412966cd02a7bdecacc6a75e924 100644 (file)
@@ -305,8 +305,13 @@ Should not be 0.
 \fB\-\-keep\-going\fR
 .RS 4
 Build as many crates in the dependency graph as possible, rather than aborting
-the build on the first one that fails to build. Unstable, requires
-\fB\-Zunstable\-options\fR\&.
+the build on the first one that fails to build.
+.sp
+For example if the current package depends on dependencies \fBfails\fR and \fBworks\fR,
+one of which fails to build, \fBcargo run \-j1\fR may or may not build the
+one that succeeds (depending on which one of the two builds Cargo picked to run
+first), whereas \fBcargo run \-j1 \-\-keep\-going\fR would definitely run both
+builds, even if the one run first fails.
 .RE
 .SH "ENVIRONMENT"
 See \fIthe reference\fR <https://doc.rust\-lang.org/cargo/reference/environment\-variables.html> for