summaryrefslogtreecommitdiff
path: root/tests/ui-msrv/enum_from_bytes_u8_too_few.stderr
blob: c4e1bc636919851049e805429a41169e0cce3d4f (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:11:1
    |
11  | / #[repr(u8)]
12  | | enum Foo {
13  | |     Variant0,
14  | |     Variant1,
...   |
267 | |     Variant254,
268 | | }
    | |_^