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
error: literal out of range for `u8`
--> frame/foo/src/lib.rs
|
| Baz = 300,
| ^^^
|
= note: the literal `300` does not fit into the type `u8` whose range is `0..=255`
Hi, currently this code cannot compile:
Error message:
It's because, as per the documentation,
but is there a reason to make this rule stands for the C-like enum?
The text was updated successfully, but these errors were encountered: