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:
parent
96e550efc5
commit
b04077c0ec
44 changed files with 400 additions and 385 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue