about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tvix/nix-compat-derive-tests/tests/ui/deserialize_bad_type.stderr10
1 files changed, 5 insertions, 5 deletions
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<K, V>
+            ClientSettings
+            IgnoredZero
+            Operation
+            StorePath<String>
             String
             Test
             Vec<T>
-            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
   |