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
Currently, code like 0xEF8888 as char will give a generic warning: literal out of range for u8 warning. It would be helpful to add a suggestion to use from_u32.
Currently, code like
0xEF8888 as char
will give a genericwarning: literal out of range for u8
warning. It would be helpful to add a suggestion to use from_u32.Inspired by this reddit post: https://www.reddit.com/r/rust/comments/6x1us8/literal_out_of_range_for_u8/
The text was updated successfully, but these errors were encountered: