summaryrefslogtreecommitdiff
path: root/tests/ui-nightly/enum_from_bytes_u8_too_few.stderr
blob: 50cf0e7cb838afaca42abfff7aaec2e3ae2f0c8f (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-nightly/enum_from_bytes_u8_too_few.rs:15:1
    |
15  | / #[repr(u8)]
16  | | enum Foo {
17  | |     Variant0,
18  | |     Variant1,
...   |
271 | |     Variant254,
272 | | }
    | |_^