auto merge of : vhbit/rust/ios-ffi-fix, r=alexcrichton

This commit is contained in:
bors 2014-08-26 15:56:08 +00:00
commit 80b45ddbd3

@ -85,6 +85,7 @@ mod imp {
marker: marker::NoCopy
}
#[repr(C)]
struct SecRandom;
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;