Macro rustc_query_impl::plumbing::is_anon
source · [−]macro_rules! is_anon {
([]) => { ... };
([(anon) $($rest:tt)*]) => { ... };
([$other:tt $($modifiers:tt)*]) => { ... };
}
macro_rules! is_anon {
([]) => { ... };
([(anon) $($rest:tt)*]) => { ... };
([$other:tt $($modifiers:tt)*]) => { ... };
}