Skip to content

Commit 2d17c9c

Browse files
committed
Add note
1 parent 87919ce commit 2d17c9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/kani.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
# possible functions as that may take a lot longer than expected. Instead,
7979
# explicitly list all functions (or prefixes thereof) the proofs of which
8080
# 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
8185
- name: Run Kani Verification
8286
run: |
8387
scripts/run-kani.sh --run autoharness --kani-args \

0 commit comments

Comments
 (0)