about summary refs log tree commit diff
path: root/tvix/nix-compat-derive-tests/tests/ui/deserialize_from_missing.stderr
blob: 0124010cf10c7d3b7e743024985e79fbfddf2a88 (plain) (blame)
1
2
3
4
5
error[E0277]: the trait bound `Test: From<u64>` is not satisfied
 --> tests/ui/deserialize_from_missing.rs:4:14
  |
4 | #[nix(from = "u64")]
  |              ^^^^^ the trait `From<u64>` is not implemented for `Test`