You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected struct `public_module::private_module::Value`.
note: `public_module::private_module::Value is accessible via public_module::Value
If private entry reexported is available from different places then
expected struct `public_module::private_module::Value`.
note: `public_module::private_module::Value is accessible via:
* public_module::Value
* another place
EDIT:
It also relevant for extern crate private types
The text was updated successfully, but these errors were encountered:
I expect that compiler say one of variants:
or
If private entry reexported is available from different places then
EDIT:
It also relevant for extern crate private types
The text was updated successfully, but these errors were encountered: