real

Macro real 

Source
macro_rules! real {
    ($($args: tt),*) => { ... };
}
Expand description

A fake macro that actually does nothing. It will be detected in proc_macro_attribute and changes intercept logic.