mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 15:40:27 +08:00
Send the appendix to nostarch too.
This commit is contained in:
parent
bdc30d4090
commit
8a5f54e2e2
63
nostarch/appendix.md
Normal file
63
nostarch/appendix.md
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
# Appendix
|
||||||
|
|
||||||
|
The following sections contain reference material you may find useful in your
|
||||||
|
Rust journey.
|
||||||
|
|
||||||
|
## Keywords
|
||||||
|
|
||||||
|
The following keywords are reserved by the Rust language and may not be used as
|
||||||
|
names of functions, variables, macros, modules, crates, constants, static
|
||||||
|
values, attributes, struct fields, or arguments.
|
||||||
|
|
||||||
|
* `abstract`
|
||||||
|
* `alignof`
|
||||||
|
* `as`
|
||||||
|
* `become`
|
||||||
|
* `box`
|
||||||
|
* `break`
|
||||||
|
* `const`
|
||||||
|
* `continue`
|
||||||
|
* `crate`
|
||||||
|
* `do`
|
||||||
|
* `else`
|
||||||
|
* `enum`
|
||||||
|
* `extern`
|
||||||
|
* `false`
|
||||||
|
* `final`
|
||||||
|
* `fn`
|
||||||
|
* `for`
|
||||||
|
* `if`
|
||||||
|
* `impl`
|
||||||
|
* `in`
|
||||||
|
* `let`
|
||||||
|
* `loop`
|
||||||
|
* `macro`
|
||||||
|
* `match`
|
||||||
|
* `mod`
|
||||||
|
* `move`
|
||||||
|
* `mut`
|
||||||
|
* `offsetof`
|
||||||
|
* `override`
|
||||||
|
* `priv`
|
||||||
|
* `proc`
|
||||||
|
* `pub`
|
||||||
|
* `pure`
|
||||||
|
* `ref`
|
||||||
|
* `return`
|
||||||
|
* `Self`
|
||||||
|
* `self`
|
||||||
|
* `sizeof`
|
||||||
|
* `static`
|
||||||
|
* `struct`
|
||||||
|
* `super`
|
||||||
|
* `trait`
|
||||||
|
* `true`
|
||||||
|
* `type`
|
||||||
|
* `typeof`
|
||||||
|
* `unsafe`
|
||||||
|
* `unsized`
|
||||||
|
* `use`
|
||||||
|
* `virtual`
|
||||||
|
* `where`
|
||||||
|
* `while`
|
||||||
|
* `yield`
|
Loading…
Reference in New Issue
Block a user