Files
lix/tests/functional2/lang/attrs/eval-fail-fallback-trace.err.exp
T
piegames dbb6098ff4 tests/functional2/lang: Migrate attrs tests
Change-Id: I8eee261d76d34c4a138bc24d9c2b9a0dfb944c7f
2025-11-18 13:48:32 +00: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