diff --git a/src/appendix-01-keywords.md b/src/appendix-01-keywords.md index 4e7cdc7d78..8592218f82 100644 --- a/src/appendix-01-keywords.md +++ b/src/appendix-01-keywords.md @@ -53,7 +53,8 @@ described. - `union` - define a [union][union]; is only a keyword when used in a union declaration - `unsafe` - denote unsafe code, functions, traits, or implementations -- `use` - bring symbols into scope +- `use` - bring symbols into scope; specify precise captures for generic and + lifetime bounds - `where` - denote clauses that constrain a type - `while` - loop conditionally based on the result of an expression