about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2022-05-07 01:21:40 +0900
committerKoichi ITO <koic.ito@gmail.com>2022-05-07 02:22:26 +0900
commitd6c64f4368c2b34c0a7accf601114eb46636c1b2 (patch)
treebece38ec081378b27e3718de08d64fc139e4e486 /library/std/src/sys/unix/stack_overflow.rs
parent9a251644fa2adde5f46eea8d342b7e60e4716039 (diff)
downloadrust-d6c64f4368c2b34c0a7accf601114eb46636c1b2.tar.gz
rust-d6c64f4368c2b34c0a7accf601114eb46636c1b2.zip
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 https://github.com/rust-lang/rust/pull/74862 moves from src/librustc_session/lint/builtin.rs
to compiler/rustc_session/src/lint/builtin.rs
Then https://github.com/rust-lang/rust/commit/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
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions