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
pubmod foo {pubmod bar {pubfnf(){}}}mod baz {pubuse foo;pubuseself::foo::bar;// This import is unresolved, but it should resolve to ::foo::barpubuseself::bar::f as foo;}
This compiles if foo is copied into baz instead of being imported with pub use foo;.