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 0a2913f commit 77e8865Copy full SHA for 77e8865
library/core/src/num/mod.rs
@@ -5,11 +5,11 @@
5
use crate::str::FromStr;
6
use crate::ub_checks::assert_unsafe_precondition;
7
use crate::{ascii, intrinsics, mem};
8
-/*use safety::requires;
+use safety::requires;
9
10
#[cfg(kani)]
11
use crate::kani;
12
-*/
+
13
// Used because the `?` operator is not allowed in a const context.
14
macro_rules! try_opt {
15
($e:expr) => {
0 commit comments