Files
lix/tests/functional2/lang/parser-merge-attrs/parse-fail-err2.err.exp
T
piegames 4ce8d809ea libexpr/parser: Fix small error position mistake
In one of the cases it pointed to the first instead of the second
occurence, which is a bit confusing

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

7 lines
194 B
Plaintext

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