piegames
a2ae14bfd8
Calls to `show` have been removed. To counter the loss of information,
the error positions have been improved and now correctly point to the
current selector instead of the entire select expression.
Change-Id: I4771fe874af1ac15828a9863550cd4369a8f0e94
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
error: attribute 'x' missing
|
|
at /pwd/lang/eval-fail-remove.nix:4:29:
|
|
3| in
|
|
4| (removeAttrs attrs ["x"]).x
|
|
| ^
|
|
5|
|
|
Did you mean y?
|