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
I want to use this to refer to f and g as mod1::f, mod1::g in my crate, but export them as mod2::f and mod2::g for external use.
Regardless of my intentions, no "decrease of privacy" or other morally objectionable things are happening here. It's just an error message triggering in a case it's not needed.
This causes an error:
Since
foo
is no more accessible than it was before, this doesn't seem like an actual instance of E0365.The text was updated successfully, but these errors were encountered: