about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2022-05-06 20:49:35 -0700
committerGitHub <noreply@github.com>2022-05-06 20:49:35 -0700
commit738d58b36ec4dda6e6edd954ad0cd853c9dfc04e (patch)
tree31fa4b7e08899c8247cae3e179c5ac5433e9a8a0 /library/std/src/sys/unix/stack_overflow.rs
parentf799c5d8973e24f8c5bcc016b9a8b15468f2bb6e (diff)
parentd6c64f4368c2b34c0a7accf601114eb46636c1b2 (diff)
downloadrust-738d58b36ec4dda6e6edd954ad0cd853c9dfc04e.tar.gz
rust-738d58b36ec4dda6e6edd954ad0cd853c9dfc04e.zip
Rollup merge of #96781 - koic:fix_an_incorrect_link_in_the_unstable_book, r=ehuss
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