compiler: better error messages (#5613)

This commit is contained in:
Andreas Rumpf
2017-03-26 20:24:06 +02:00
committed by GitHub
parent 481d8ba24a
commit d02486aa48
8 changed files with 37 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
discard """
line: 10
errormsg: "value of type 'string' has to be discarded"
errormsg: "expression 'result[1 .. -(len(result), 1)]' is of type 'string' and has to be discarded"
"""
# bug #578

View File

@@ -1,7 +1,7 @@
discard """
file: "tstmtexp.nim"
line: 8
errormsg: "value of type 'int literal(5)' has to be discarded"
errormsg: "expression '5' is of type 'int literal(5)' and has to be discarded"
"""
# Test 3