aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-recursion.err.exp
blob: af64133cb882119f8d2b4b279f3a3da49ecdbb9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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|