about summary refs log tree commit diff
path: root/tvix/nix-compat-derive-tests/tests/ui/deserialize_enum_non_exaustive.stderr
blob: 8a46d9439e352107e22b2f085d3008e1a49ede8b (plain) (blame)
1
2
3
4
5
6
7
8
error[E0004]: non-exhaustive patterns: `11_u8..=14_u8` and `18_u8..=49_u8` not covered
 --> tests/ui/deserialize_enum_non_exaustive.rs:3:10
  |
3 | #[derive(NixDeserialize)]
  |          ^^^^^^^^^^^^^^ patterns `11_u8..=14_u8` and `18_u8..=49_u8` not covered
  |
  = note: the matched value is of type `u8`
  = note: this error originates in the derive macro `NixDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)