Function rustc_lint::non_fmt_panic::find_delimiters
source · Expand description
Given the span of some_macro!(args);
, gives the span of (
and )
,
and the type of (opening) delimiter used.
Given the span of some_macro!(args);
, gives the span of (
and )
,
and the type of (opening) delimiter used.