"while evaluating a path segment" was just plain wrong Co-authored-by: eldritch horrors <pennae@lix.systems> Change-Id: I827374635df2887d17a8ee8b1755c078bf0b506b
15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
error:
|
|
… while evaluating x
|
|
at /pwd/in.nix:1:21:
|
|
1| let x = "" + 42; in x == "42"
|
|
| ^
|
|
2|
|
|
|
|
… while concatenating
|
|
at /pwd/in.nix:1:12:
|
|
1| let x = "" + 42; in x == "42"
|
|
| ^
|
|
2|
|
|
|
|
error: cannot coerce an integer to a string: 42
|