Skip to content

Commit 6cb6526

Browse files
authored
update in visualizing trace option (#2855)
`--visualize` option does not work, it needs to include `--enable-unstable` as well. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent 341836c commit 6cb6526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial-first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ A trace is a record of exactly how execution proceeded, including concrete choic
6666
To get a trace for a failing check in Kani, run:
6767

6868
```
69-
cargo kani --visualize
69+
cargo kani --visualize --enable-unstable
7070
```
7171

7272
This command runs Kani and generates an HTML report that includes a trace.

0 commit comments

Comments
 (0)