macro_rules! compiler_magic {
    ($($msg:expr)?) => { ... };
}
Expand description

Indicates that the function is implemented as a compiler magic.