diff --git a/src/appendix/keywords.md b/src/appendix/keywords.md index cf5be6d0..b211ddad 100644 --- a/src/appendix/keywords.md +++ b/src/appendix/keywords.md @@ -40,6 +40,7 @@ - `trait` - 定义一个特征 - `true` - 布尔值 `true` - `type` - 定义一个类型别名或关联类型 +- `union` - Rust 等价于 c 风格的 union - `unsafe` - 表示不安全的代码、函数、特征或实现 - `use` - 在当前代码范围内(模块或者花括号对)引入外部的包、模块等 - `where` - 表示一个约束类型的从句