Macro clippy_utils::check_proc_macro::impl_with_search_pat

source ยท
macro_rules! impl_with_search_pat {
    (($cx_ident:ident: $cx_ty:ident<$cx_lt:lifetime>, $self:tt: $ty:ty) => $fn:ident($($args:tt)*)) => { ... };
}