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
Since rust-lang/rust#112086, paths in `use` statements have the same shadowing
rules as other paths, at least for the simple cases we're talking about in
this guide.
The case of an external crate having the same name as a local module still
seems worth mentioning, so I've put it in the "Extern crate paths" section.
0 commit comments