Function rustc_lint::non_fmt_panic::find_delimiters [−][src]
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.