Files
lix/tests/functional2/lang/arithmetic/eval-fail-overflowing-add.err.exp
T
piegamesandeldritch horrors 8782c7533f eval: Improve ExprConcatStrings error messages and positions
"while evaluating a path segment" was just plain wrong

Co-authored-by: eldritch horrors <pennae@lix.systems>
Change-Id: I827374635df2887d17a8ee8b1755c078bf0b506b
2026-04-30 17:14:43 +02:00

7 lines
170 B
Plaintext

error: integer overflow in adding 9223372036854775807 + 1
at /pwd/in.nix:4:6:
3| b = 1;
4| in a + b
| ^
5|