-
Notifications
You must be signed in to change notification settings - Fork 4k
Comments section doesn't describe the multi-line comment syntax #693
Copy link
Copy link
Closed
Description
The Comments Section of the 2nd edition doesn't mention the /* */ multi-line comment syntax:
It even states:
In Rust, comments must start with two slashes and continue until the end of the line. For comments that extend beyond a single line, you’ll need to include // on each line, like this:
And closes with:
That’s all there is to comments. They’re not particularly complicated.
But all this conflicts with the Rust reference:
(which btw also mentions doc comments ...)
Rust seems to support multiline comments since 7 years:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.