mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Print value on type error
Adds the failing value to `value is <TYPE> while a <TYPE> is expected` error messages.
This commit is contained in:
parent
b74ec56da9
commit
cb7fbd4d83
19 changed files with 227 additions and 136 deletions
|
@ -5,4 +5,4 @@ error:
|
|||
| ^
|
||||
2|
|
||||
|
||||
error: value is an integer while a list was expected
|
||||
error: expected a list but found an integer: 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue