You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<anon>:1:1: 1:29 warning: constant item is never used: `LOW_RANGE`, #[warn(dead_code)] on by default
<anon>:1 const LOW_RANGE: char = '0';
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
<anon>:2:1: 2:30 warning: constant item is never used: `HIGH_RANGE`, #[warn(dead_code)] on by default
<anon>:2 const HIGH_RANGE: char = '9';
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
First Match
Ideally this would not issue a warning.
The text was updated successfully, but these errors were encountered:
This may be related to #18290 but here is some test code for this specific case:
Which prints:
Ideally this would not issue a warning.
The text was updated successfully, but these errors were encountered: