breaking,checker: disallow initializing private struct fields outside structs module (#21183)

This commit is contained in:
Turiiya 2024-04-12 12:53:02 +02:00 committed by GitHub
parent a8d0cdd31b
commit 1a35a783f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
96 changed files with 225 additions and 111 deletions

View file

@ -5,6 +5,7 @@ import strings
@[params]
pub struct StringReaderParams {
pub:
// the reader interface
reader ?io.Reader
// initialize the builder with this source string