From 25fb9e32f6a39494e65124e2ed7a78e4c64c65d5 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 23 Nov 2024 22:07:43 +0200 Subject: 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 Reviewed-by: Ilan Joselevich Tested-by: BuildkiteCI --- .../tests/ui/deserialize_bad_type.stderr | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tvix/nix-compat-derive-tests/tests') diff --git a/tvix/nix-compat-derive-tests/tests/ui/deserialize_bad_type.stderr b/tvix/nix-compat-derive-tests/tests/ui/deserialize_bad_type.stderr index 9a57d5e2d15e..1bd224f38c93 100644 --- a/tvix/nix-compat-derive-tests/tests/ui/deserialize_bad_type.stderr +++ b/tvix/nix-compat-derive-tests/tests/ui/deserialize_bad_type.stderr @@ -6,14 +6,14 @@ error[E0277]: the trait bound `BadType: NixDeserialize` is not satisfied | = help: the following other types implement trait `NixDeserialize`: BTreeMap + ClientSettings + IgnoredZero + Operation + StorePath String Test Vec - bool - bytes::bytes::Bytes - i64 - u64 - usize + and $N others note: required by a bound in `try_read_value` --> $WORKSPACE/nix-compat/src/wire/de/mod.rs | -- cgit 1.4.1