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 67098c5 commit abda27aCopy full SHA for abda27a
library/core/src/slice/memchr.rs
@@ -2,6 +2,7 @@
2
// Copyright 2015 Andrew Gallant, bluss and Nicolas Koch
3
4
use crate::intrinsics::const_eval_select;
5
+#[cfg(kani)]
6
use crate::kani;
7
8
const LO_USIZE: usize = usize::repeat_u8(0x01);
0 commit comments