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 5903dc8 commit a938e9cCopy full SHA for a938e9c
.github/workflows/kani.yml
@@ -81,6 +81,8 @@ jobs:
81
- name: Run Kani Verification
82
run: |
83
scripts/run-kani.sh --run autoharness --kani-args \
84
+ --include-pattern "iter::range::Step>::backward_unchecked" \
85
+ --include-pattern "iter::range::Step>::forward_unchecked" \
86
--include-pattern alloc::layout::Layout::from_size_align \
87
--include-pattern ascii::ascii_char::AsciiChar::from_u8 \
88
--include-pattern char::convert::from_u32_unchecked \
0 commit comments