Macro enter_flexible_ident

Source
macro_rules! enter_flexible_ident {
    ($name:ident = $this:expr => ($enabled:expr){ $($t:tt)* }) => { ... };
}