We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_case_difference
1 parent 86ff11e commit d7b7e23Copy full SHA for d7b7e23
tests/ui/match_str_case_mismatch.stderr
@@ -18,7 +18,7 @@ error: this `match` arm has a differing case than its expression
18
LL | "~!@#$%^&*()-_=+Foo" => {},
19
| ^^^^^^^^^^^^^^^^^^^^
20
|
21
-help: consider changing the case of this arm to respect `to_ascii_lowercase` (notice the capitalization difference)
+help: consider changing the case of this arm to respect `to_ascii_lowercase` (notice the capitalization)
22
23
LL - "~!@#$%^&*()-_=+Foo" => {},
24
LL + "~!@#$%^&*()-_=+foo" => {},
0 commit comments