chore(tvix/nix-compat-derive-tests): update fixtures

With more implementing NixDeserialize, this error message changed.

Fixtures were regenerated by running:

```
TRYBUILD=overwrite cargo test -p nix-compat-derive-tests --all-features
```

Unfortunately, it's not possible to loop this into CI, as trybuild
invokes cargo during the build.

Change-Id: Ia0ab07d0907d21366845fe06e01df9fb1fe3e7cb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12831
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-11-23 22:07:43 +02:00 committed by clbot
parent cb85e87376
commit 25fb9e32f6

View file

@ -6,14 +6,14 @@ error[E0277]: the trait bound `BadType: NixDeserialize` is not satisfied
| |
= help: the following other types implement trait `NixDeserialize`: = help: the following other types implement trait `NixDeserialize`:
BTreeMap<K, V> BTreeMap<K, V>
ClientSettings
IgnoredZero
Operation
StorePath<String>
String String
Test Test
Vec<T> Vec<T>
bool and $N others
bytes::bytes::Bytes
i64
u64
usize
note: required by a bound in `try_read_value` note: required by a bound in `try_read_value`
--> $WORKSPACE/nix-compat/src/wire/de/mod.rs --> $WORKSPACE/nix-compat/src/wire/de/mod.rs
| |