Can currently leak private types and values #309
Labels
exp: low
Achievable with little prior knowledge and guidance
good first issue
Good for newcomers
pri: low
An issue with no impact to quality, performance, or functionality
Reexporting a type or value from one module to another should check the visibility of the original item.
This can happen in a few cases:
In rust this emits the error:
can't leak private type
. This is currently not checked in Mun.The text was updated successfully, but these errors were encountered: