Macro foot_gun::hold_my_borrowchk[][src]

macro_rules! hold_my_borrowchk {
    ($e : block) => { ... };
}
Expand description

The hold_my_borrowchk macro for unsafe code.

Inspired by a comment from @redtwitdown

Usage

hold_my_borrowchk!({
   // Unsafe code here
}