1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

all: [noinit] struct attribute

This commit is contained in:
Alexander Medvednikov
2021-01-08 04:49:13 +01:00
parent 1ce93536d0
commit e3f8d448c1
5 changed files with 14 additions and 7 deletions

View File

@ -72,6 +72,7 @@ pub struct Cookie {
http_only bool
}
[noinit]
pub struct Result {
}