We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5addd commit 1a69666Copy full SHA for 1a69666
library/std/src/sys/sgx/mod.rs
@@ -3,6 +3,7 @@
3
//! This module contains the facade (aka platform-specific) implementations of
4
//! OS level functionality for Fortanix SGX.
5
#![deny(unsafe_op_in_unsafe_fn)]
6
+#![allow(fuzzy_provenance_casts)] // FIXME: this entire module systematically confuses pointers and integers
7
8
use crate::io::ErrorKind;
9
use crate::sync::atomic::{AtomicBool, Ordering};
0 commit comments