summaryrefslogtreecommitdiffstats
path: root/src/doc/man/includes/options-keep-going.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/doc/man/includes/options-keep-going.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/man/includes/options-keep-going.md b/src/doc/man/includes/options-keep-going.md
new file mode 100644
index 0000000..034181c
--- /dev/null
+++ b/src/doc/man/includes/options-keep-going.md
@@ -0,0 +1,5 @@
+{{#option "`--keep-going`"}}
+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
+`-Zunstable-options`.
+{{/option}}