Skip to main content

no_asan_shim

Macro no_asan_shim 

Source
pub macro no_asan_shim {
    ($([$($tt:tt)*])?|$($i:ident:$ty:ty),*$(,)?| $(-> $ret:ty)? $e:block) => { ... },
    ($([$($tt:tt)*])?|$($i:ident:$ty:ty),*$(,)?| $e:expr) => { ... },
}
Available on crate feature full only.