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.
1 parent 87919ce commit 2d17c9cCopy full SHA for 2d17c9c
.github/workflows/kani.yml
@@ -78,6 +78,10 @@ jobs:
78
# possible functions as that may take a lot longer than expected. Instead,
79
# explicitly list all functions (or prefixes thereof) the proofs of which
80
# are known to pass.
81
+ # Notes:
82
+ # - We use >::disjoint_bitor (and >::unchecked_disjoint_bitor) as pattern
83
+ # as whitespace is not supported, cf.
84
+ # https://github.com/model-checking/kani/issues/4046
85
- name: Run Kani Verification
86
run: |
87
scripts/run-kani.sh --run autoharness --kani-args \
0 commit comments