I wonder why the duplication of filename, line number and "error:" in error messages that want to tell us the column?
test.cobra(11): error: test.cobra(11,1): error: Cannot mix tabs and...
rather than...
test.cobra(11,1): error: Cannot mix tabs and...