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 0b3e43d commit ff7b58fCopy full SHA for ff7b58f
src/libstd/rand/os.rs
@@ -85,6 +85,7 @@ mod imp {
85
marker: marker::NoCopy
86
}
87
88
+ #[repr(C)]
89
struct SecRandom;
90
91
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;
0 commit comments