Module rustc_lint::non_fmt_panic
source · Structs
Statics
The
non_fmt_panics lint detects panic!(..) invocations where the first
argument is not a formatting string.Functions
Given the span of
some_macro!(args);, gives the span of ( and ),
and the type of (opening) delimiter used.