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
This is definitely a bug. Much smaller test than all of rustc (although still not tiny)
use foo::name::name;// should be unuseduse foo::name;// warning emits here insteadpubmod foo {pubmod name {pubtypea = int;pubmod name {pubtypea = float;}}}fnbar() -> name::a{1}fnmain(){}
When removed:
After a snapshot is made, and this and #6630 are resolved, the build has no more warnings. 🤘
The text was updated successfully, but these errors were encountered: