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.
2 parents 3ae1059 + ff7b58f commit 80b45ddCopy full SHA for 80b45dd
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