Files
lix/tests/functional2/lang/parser-merge-attrs/parse-fail-err1.err.exp
T
piegames 8765266dae nix::parser::State::addAttr: Improve error message
For some reason that eludes me, it used to only print the last attribute
instead of the full chain.

Change-Id: I2f5f6e85e2b1ab3ab20a9c99bf06d1e45a4d09bb
2025-11-24 19:16:27 +00:00

7 lines
201 B
Plaintext

error: attribute 'x.z' already defined at /pwd/in.nix:2:3
at /pwd/in.nix:3:16:
2| x.z = 3;
3| x = { y = 3; z = 3; };
| ^
4| }