aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-recursion.err.exp
blob: 19380dc6536690bb27f6c7abec930347cd991f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error:
       … in the right operand of the update (//) operator
         at /pwd/lang/eval-fail-recursion.nix:1:12:
            1| let a = {} // a; in a.foo
             |            ^
            2|

       error: infinite recursion encountered
       at /pwd/lang/eval-fail-recursion.nix:1:15:
            1| let a = {} // a; in a.foo
             |               ^
            2|