mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make private struct warning an error
This commit is contained in:
@@ -5,7 +5,7 @@ module builtin
|
||||
|
||||
import strings
|
||||
|
||||
struct array {
|
||||
pub struct array {
|
||||
pub:
|
||||
// Using a void pointer allows to implement arrays without generics and without generating
|
||||
// extra code for every type.
|
||||
|
||||
Reference in New Issue
Block a user