diff options
| author | kadiwa <kalle.wachsmuth@gmail.com> | 2023-07-15 09:47:49 +0200 |
|---|---|---|
| committer | kadiwa <kalle.wachsmuth@gmail.com> | 2023-08-04 18:40:54 +0200 |
| commit | 7c6bbdbd95873c8f9b7873be1da462f11391324f (patch) | |
| tree | aeed8c46fe10a269effd4ccbcc53a49d43c49072 /compiler/rustc_error_codes | |
| parent | 73dc6f03a2a8c0e8b8b25fb97d7f4805995ce0b9 (diff) | |
| download | rust-7c6bbdbd95873c8f9b7873be1da462f11391324f.tar.gz rust-7c6bbdbd95873c8f9b7873be1da462f11391324f.zip | |
unstable book: update lang_items page and split it
Diffstat (limited to 'compiler/rustc_error_codes')
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0132.md | 2 | ||||
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0152.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0132.md b/compiler/rustc_error_codes/src/error_codes/E0132.md index a23cc988bdb..51258739b89 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0132.md +++ b/compiler/rustc_error_codes/src/error_codes/E0132.md @@ -13,7 +13,7 @@ It is not possible to declare type parameters on a function that has the `start` attribute. Such a function must have the following type signature (for more information, view [the unstable book][1]): -[1]: https://doc.rust-lang.org/unstable-book/language-features/lang-items.html#writing-an-executable-without-stdlib +[1]: https://doc.rust-lang.org/unstable-book/language-features/start.html ``` # let _: diff --git a/compiler/rustc_error_codes/src/error_codes/E0152.md b/compiler/rustc_error_codes/src/error_codes/E0152.md index ef17b8b4c75..d862766571d 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0152.md +++ b/compiler/rustc_error_codes/src/error_codes/E0152.md @@ -20,6 +20,6 @@ attributes: #![no_std] ``` -See also the [unstable book][1]. +See also [this section of the Rustonomicon][beneath std]. -[1]: https://doc.rust-lang.org/unstable-book/language-features/lang-items.html#writing-an-executable-without-stdlib +[beneath std]: https://doc.rust-lang.org/nomicon/beneath-std.html |
