$ errors.fyi/rust/E0616 74 namespaces · 3,092 codes
rust · rust/E0616
E0616

Private Field Access

A struct field was accessed from outside the module in which it is declared. Struct fields are private by default; mark the field pub or add a public accessor method.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT