Files
lix/tests/functional2/lang/attr-fallback-trace/eval-fail.err.exp
T
Qyriad 3ad1af8a98 libexpr: add trace for if 'foo' errors in 'or foo'
Change-Id: I59365e4c1bf4aed71c008554eca0c9e6d085219d
2025-11-07 14:54:02 +01:00

24 lines
608 B
Plaintext

error:
… while evaluating fallback for missing attribute 'toebeans'
at /pwd/in.nix:6:23:
5|
6| in catSet.toebeans or thisThrows
| ^
7|
… while evaluating thisThrows
at /pwd/in.nix:6:23:
5|
6| in catSet.toebeans or thisThrows
| ^
7|
… caused by explicit throw
at /pwd/in.nix:2:16:
1| let
2| thisThrows = throw "meow";
| ^
3|
error: meow