lint_single_char_pattern shows extra quotation mark and number sign with raw string literal #4356
Labels
C-bug
Category: Clippy is not doing the correct thing
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Problem
With the following code,
clippy shows invalid char literals:
'"a'
and'#"a"'
.Clippy version
The text was updated successfully, but these errors were encountered: