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'm going to close this and discuss further on #26775 - the two issues are very connected and that issue has more discussion.
This is due to is_public being true for all ItemExternCrate regardless of whether they are pub.
This is not the case - is_public there is referring to the module itself, not the importing directive, so being true all the time is correct. More on #26775.
Try on playpen.
This is due to
is_public
beingtrue
for allItemExternCrate
regardless of whether they arepub
.Even then,
pub extern crate
is not handled correctly in all cases, see #26775.The text was updated successfully, but these errors were encountered: