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)*]) => { ... }; }