Files
lix/tests/functional/lang/eval-fail-missing-and-unexpected-args.nix
T
Zitrone f6c4034e2f libexpr: show all missing and unexpected arguments instead of just one
also only give suggestions for unused arguments

Change-Id: Iae8e72defbbe2571a803dfd7216745b39848ccb2
2025-03-11 20:21:24 +01:00

2 lines
53 B
Nix

({a, b, c}: a + b + c) {c = 1; d = 1; e = 1; f = 1;}