uninlined_format_args
misses multi-line macros
#9719
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
Summary
When the macro arguments span multiple lines they are missed by the lint.
Lint Name
uninlined_format_args
Reproducer
I tried this code (playground):
I expected to see this happen: an
uninlined_format_args
warningInstead, this happened: no warning
Version
The text was updated successfully, but these errors were encountered: