Files
lix/tests/functional2/lang/string-coerce-integers/eval-fail-accidental-coerce.err.exp
T
Commentator2.0 89a9d6e529 tests/functional2/lang: Migrate string coersion for integers
Change-Id: I428c8935119b3184109b3e3f760ed72054b0cd00
2025-11-18 19:45:15 +01:00

15 lines
384 B
Plaintext

error:
… while evaluating x
at /pwd/in.nix:1:21:
1| let x = "" + 42; in x == "42"
| ^
2|
… while evaluating a path segment
at /pwd/in.nix:1:14:
1| let x = "" + 42; in x == "42"
| ^
2|
error: cannot coerce an integer to a string: 42