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