mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
compiler/vlib: add error for no new vars in loop ("_,_") & remove "." from errors
This commit is contained in:
parent
a124d1f0eb
commit
d4bae356ba
10 changed files with 25 additions and 22 deletions
|
@ -5,7 +5,7 @@
|
|||
module rand
|
||||
|
||||
const (
|
||||
ReadError = error('crypro.rand.read() error reading random bytes.')
|
||||
ReadError = error('crypro.rand.read() error reading random bytes')
|
||||
)
|
||||
|
||||
// NOTE: temp until we have []bytes(buff)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue