Files
nix/tests/functional/lang/eval-fail-recursion.err.exp
Robert Hensing b04077c0ec fix: Update shifted source positions after formatting
Carefully reviewed...
2025-01-24 18:53:42 +01:00

15 lines
408 B
Plaintext

error:
… in the right operand of the update (//) operator
at /pwd/lang/eval-fail-recursion.nix:2:11:
1| let
2| a = { } // a;
| ^
3| in
error: infinite recursion encountered
at /pwd/lang/eval-fail-recursion.nix:2:14:
1| let
2| a = { } // a;
| ^
3| in