Macro foot_gun::here_be_dragons[][src]

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

The here_be_dragons macro for unsafe code.

Inspired by a comment from @ekuber

Usage

here_be_dragons!({
   // Unsafe code here
}