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 b61caa9 commit 35ca7d7Copy full SHA for 35ca7d7
godot-ffi/src/linux_reload_workaround.rs
@@ -81,6 +81,7 @@ pub unsafe fn thread_atexit(func: *mut c_void, obj: *mut c_void, dso_symbol: *mu
81
macro_rules! register_hot_reload_workaround {
82
() => {
83
#[no_mangle]
84
+ #[doc(hidden)]
85
pub unsafe extern "C" fn __cxa_thread_atexit_impl(
86
func: *mut ::std::ffi::c_void,
87
obj: *mut ::std::ffi::c_void,
0 commit comments