Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust 2018 "Path and module system changes" for Rust 1.72 #285

Merged
merged 2 commits into from
Sep 6, 2023

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    1ff3909 View commit details
    Browse the repository at this point in the history
  2. rust-2018/path-changes: updates for Rust 1.72

    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.
    mattheww committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e5f1c02 View commit details
    Browse the repository at this point in the history