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 3c574a2 commit 2dc30c1Copy full SHA for 2dc30c1
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