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

Fix an incorrect link in The Unstable Book #96781

Merged

Commits on May 6, 2022

  1. Fix an incorrect link in The Unstable Book

    https://github.com/rust-lang/rust/blob/master/src/librustc_session/lint/builtin.rs
    returns page not found.
    
    The following is the background of the move.
    First rust-lang#74862 moves from src/librustc_session/lint/builtin.rs
    to compiler/rustc_session/src/lint/builtin.rs
    Then rust-lang@23018a5 moves from compiler/rustc_session/src/lint/builtin.rs
    to compiler/rustc_lint_defs/src/builtin.rs
    
    So, the current correct link is https://github.com/rust-lang/rust/blob/master/compiler/rustc_lint_defs/src/builtin.rs
    
    This PR fixes a broken link on the following page:
    https://doc.rust-lang.org/beta/unstable-book/language-features/plugin.html
    koic committed May 6, 2022
    Configuration menu
    Copy the full SHA
    d6c64f4 View commit details
    Browse the repository at this point in the history