1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 07:53:55 +02:00

fix: Update shifted source positions after formatting

Carefully reviewed...
This commit is contained in:
Robert Hensing 2025-01-24 14:19:09 +01:00
parent 96e550efc5
commit b04077c0ec
44 changed files with 400 additions and 385 deletions

View file

@ -1,16 +1,16 @@
error:
… while calling the 'mul' builtin
at /pwd/lang/eval-fail-overflowing-mul.nix:3:10:
2| a = 4294967297;
3| in a * a * a
| ^
4|
at /pwd/lang/eval-fail-overflowing-mul.nix:4:7:
3| in
4| a * a * a
| ^
5|
… while calling the 'mul' builtin
at /pwd/lang/eval-fail-overflowing-mul.nix:3:6:
2| a = 4294967297;
3| in a * a * a
| ^
4|
at /pwd/lang/eval-fail-overflowing-mul.nix:4:3:
3| in
4| a * a * a
| ^
5|
error: integer overflow in multiplying 4294967297 * 4294967297