mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
parser-state: fix attribute merging
This commit is contained in:
parent
d467f7a019
commit
8034589d7e
8 changed files with 133 additions and 52 deletions
|
@ -1,6 +1,6 @@
|
|||
error: attribute 'y' already defined at «stdin»:3:9
|
||||
at «stdin»:2:3:
|
||||
1| {
|
||||
error: attribute 'x.y.y' already defined at «stdin»:2:3
|
||||
at «stdin»:3:9:
|
||||
2| x.y.y = 3;
|
||||
| ^
|
||||
3| x = { y.y= 3; z = 3; };
|
||||
| ^
|
||||
4| }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue