mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
checker: stricter unknown type
checks, show better suggestions (#8816)
This commit is contained in:
parent
6a752512b2
commit
ad162cd6fc
14 changed files with 120 additions and 142 deletions
|
@ -67,7 +67,7 @@ pub struct C.FONStextIter {
|
|||
codepoint u32
|
||||
isize i16
|
||||
iblur i16
|
||||
font &FONSfont
|
||||
font &C.FONSfont
|
||||
prevGlyphIndex int
|
||||
str byteptr
|
||||
next byteptr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue