mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
fix: Update shifted source positions after formatting
Carefully reviewed...
This commit is contained in:
parent
96e550efc5
commit
b04077c0ec
44 changed files with 400 additions and 385 deletions
|
@ -1,5 +1,6 @@
|
|||
error: undefined variable 'd'
|
||||
at /pwd/lang/eval-fail-attrset-merge-drops-later-rec.nix:1:26:
|
||||
1| { a.b = 1; a = rec { c = d + 2; d = 3; }; }.c
|
||||
| ^
|
||||
2|
|
||||
at /pwd/lang/eval-fail-attrset-merge-drops-later-rec.nix:4:9:
|
||||
3| a = rec {
|
||||
4| c = d + 2;
|
||||
| ^
|
||||
5| d = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue