diff options
Diffstat (limited to 'xtask/src/ast_src.rs')
-rw-r--r-- | xtask/src/ast_src.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index d002745ed..a7b0f2b05 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs | |||
@@ -1558,7 +1558,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { | |||
1558 | /// ❰ foo!(); ❱ | 1558 | /// ❰ foo!(); ❱ |
1559 | /// | 1559 | /// |
1560 | /// fn main() { | 1560 | /// fn main() { |
1561 | /// ❰ foo!() ❱; // macro call expression position doesn't include the semi | 1561 | /// ❰ foo!() ❱; // macro call in expression positions doesn't include the semi |
1562 | /// } | 1562 | /// } |
1563 | /// ``` | 1563 | /// ``` |
1564 | /// | 1564 | /// |