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 2e483d6 commit 1308930Copy full SHA for 1308930
src/custom.rs
@@ -77,7 +77,7 @@ use core::{mem::MaybeUninit, num::NonZeroU32};
77
macro_rules! register_custom_getrandom {
78
($path:path) => {
79
// TODO(MSRV 1.37): change to unnamed block
80
- const __getrandom_internal: () = {
+ const __GETRANDOM_INTERNAL: () = {
81
// We use Rust ABI to be safe against potential panics in the passed function.
82
#[no_mangle]
83
unsafe fn __getrandom_custom(dest: *mut u8, len: usize) -> u32 {
0 commit comments