summaryrefslogtreecommitdiff
path: root/tests/ui-msrv/enum_from_bytes_u8_too_few.stderr
blob: ff828dccbaac986968605d57fee87e1dfc8f895e (plain)
1
2
3
4
5
6
7
8
9
10
11
error: FromBytes only supported on repr(u8) enum with 256 variants
   --> tests/ui-msrv/enum_from_bytes_u8_too_few.rs:15:1
    |
15  | / #[repr(u8)]
16  | | enum Foo {
17  | |     Variant0,
18  | |     Variant1,
...   |
271 | |     Variant254,
272 | | }
    | |_^