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