Turn struct field privacy warnings into errors #5520
Labels
breaking
May cause existing user code to break. Requires a minor or major release.
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
compiler
General compiler. Should eventually become more specific as the issue is triaged
language feature
Core language features visible to end users
#5508 treats struct field privacy issues as warnings, to avoid an abrupt breaking change. These warnings must be turned back to errors once enough time is given to programmers to fix them in their code base.
Related to #4692.
The text was updated successfully, but these errors were encountered: