aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-remove.err.exp
blob: 292b3c3f33a3b2705807c3b64f07b560ecb942f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error:
       … while evaluating the attribute 'body'
         at /pwd/lang/eval-fail-remove.nix:4:3:
            3|
            4|   body = (removeAttrs attrs ["x"]).x;
             |   ^
            5| }

       error: attribute 'x' missing
       at /pwd/lang/eval-fail-remove.nix:4:10:
            3|
            4|   body = (removeAttrs attrs ["x"]).x;
             |          ^
            5| }
       Did you mean y?