We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f777a5 commit e5ebdb4Copy full SHA for e5ebdb4
src/doc/rust.md
@@ -160,8 +160,8 @@ block_comment_body : [block_comment | character] * ;
160
line_comment : "//" non_eol * ;
161
~~~~
162
163
-Comments in Rust code follow the general C++ style of line and block-comment forms,
164
-with no nesting of block-comment delimiters.
+Comments in Rust code follow the general C++ style of line and block-comment forms.
+Nested block comments are supported.
165
166
Line comments beginning with exactly _three_ slashes (`///`), and block
167
comments beginning with exactly one repeated asterisk in the block-open
0 commit comments