Files
lix/tests/functional/lang/eval-fail-list.err.exp
T
2b22dae1ba lixexpr: Declutter error traces
Now that we can correctly point to all expressions, we can remove
redundant intermediate traces to reduce clutter.

Co-authored-by: eldritch horrors <pennae@lix.systems>
Co-authored-by: Raito Bezarius <raito@lix.systems>
Change-Id: I3e9d7c1c7a6599a8e68302448bbb961d051002b7
2025-04-24 20:44:57 +02:00

6 lines
143 B
Plaintext

error: expected a list but found an integer: 8
at /pwd/lang/eval-fail-list.nix:1:1:
1| 8++1
| ^
2|