We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61d0a2 commit addb3baCopy full SHA for addb3ba
src/development/building-and-debugging.md
@@ -34,5 +34,5 @@ fn function_to_debug() {
34
Then one can run a test which exercises the code to debug and show the error output via
35
36
```shell,ignore
37
-./x.py test library/alloc --test-args <test_name> --test-args --no-capture
+./x.py test library/alloc --test-args <test_name> --test-args --nocapture
38
```
0 commit comments