Files
lix/tests/functional2/lang/inherit/parse-fail-unterminated.err.exp
T
Qyriad be18b7dc25 parser: improve error message for missing semicolon in inherit
Before:
  error: syntax error, expecting ';'

After:
  error: syntax error, expecting ';' to end 'inherit' bindings


Change-Id: I47c633cb5c696b646840c58e03270a7d6a6a6964
2025-11-22 16:48:53 +01:00

7 lines
179 B
Plaintext

error: syntax error, expecting ';' to end 'inherit' bindings
at /pwd/in.nix:7:5:
6| inherit c b
7| d = 5;
| ^
8| }