mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler/vlib: add error for no new vars in loop ("_,_") & remove "." from errors
This commit is contained in:

committed by
Alexander Medvednikov

parent
a124d1f0eb
commit
d4bae356ba
@ -12,7 +12,7 @@ const (
|
||||
err_comment_is_delim = error('encoding.csv: comment cannot be the same as delimiter')
|
||||
err_invalid_delim = error('encoding.csv: invalid delimiter')
|
||||
err_eof = error('encoding.csv: end of file')
|
||||
err_invalid_le = error('encoding.csv: could not find any valid line endings.')
|
||||
err_invalid_le = error('encoding.csv: could not find any valid line endings')
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user