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.
keep-going
1 parent 576356f commit 869ef91Copy full SHA for 869ef91
src/doc/src/reference/unstable.md
@@ -455,7 +455,7 @@ cargo rustc --crate-type lib,cdylib -Z unstable-options
455
```
456
457
### keep-going
458
-* Tracking Issue: [#0](https://github.com/rust-lang/cargo/issues/10496)
+* Tracking Issue: [#10496](https://github.com/rust-lang/cargo/issues/10496)
459
460
`cargo build --keep-going` (and similarly for `check`, `test` etc) will build as
461
many crates in the dependency graph as possible, rather than aborting the build
0 commit comments