Fix doc test.

This commit is contained in:
Stephen Chung 2023-04-07 16:14:26 +08:00
parent 9de41e7559
commit 98f227d640

View File

@ -839,6 +839,8 @@ impl AST {
///
/// { // <- new block scope
/// const Z = 0; // <- literal constant not at top-level
///
/// print(Z); // make sure the block is not optimized away
/// }
/// ")?;
///