unstable book: update lang_items page and split it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user