Macro hazardflow_designs::compiler_magic
source · macro_rules! compiler_magic { ($($msg:expr)?) => { ... }; }
Expand description
Indicates that the function is implemented as a compiler magic.
macro_rules! compiler_magic { ($($msg:expr)?) => { ... }; }
Indicates that the function is implemented as a compiler magic.