diff options
| -rw-r--r-- | doc/rust.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rust.texi b/doc/rust.texi index 49c62685..23764f65 100644 --- a/doc/rust.texi +++ b/doc/rust.texi @@ -2807,8 +2807,10 @@ structure of expressions. Blocks themselves are expressions, so the nesting sequence of block, statement, expression, and block can repeatedly nest to an arbitrary depth. +@menu * Ref.Stmt.Decl:: Statement declaring an item or slot. * Ref.Stmt.Expr:: Statement evaluating an expression. +@end menu @node Ref.Stmt.Decl @subsection Ref.Stmt.Decl |