We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaabca6 + e5ebdb4 commit 614e448Copy full SHA for 614e448
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