unstable book: update lang_items page and split it
This commit is contained in:
parent
73dc6f03a2
commit
7c6bbdbd95
4 changed files with 121 additions and 255 deletions
|
@ -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 _:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue