Module rustc_lint::non_fmt_panic
source ยท Structsยง
Staticsยง
- NON_FMT_PANICS ๐The
non_fmt_panics
lint detectspanic!(..)
invocations where the first argument is not a formatting string.
Functionsยง
- check_panic ๐
- check_panic_str ๐
- find_delimiters ๐Given the span of
some_macro!(args);
, gives the span of(
and)
, and the type of (opening) delimiter used. - is_arg_inside_call ๐
- panic_call ๐