macro_rules! real { ($($args: tt),*) => { ... }; }
A fake macro that actually does nothing. It will be detected in proc_macro_attribute and changes intercept logic.
proc_macro_attribute