1
Fork 0

unstable book: update lang_items page and split it

This commit is contained in:
kadiwa 2023-07-15 09:47:49 +02:00
parent 73dc6f03a2
commit 7c6bbdbd95
No known key found for this signature in database
GPG key ID: 0B52AE391C674CE5
4 changed files with 121 additions and 255 deletions

View file

@ -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 _:

View file

@ -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