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

16 lines
430 B
Plaintext

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