rust-lang / book

The Rust Programming Language

Home Page:https://doc.rust-lang.org/book/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi line Comment

sMayank21 opened this issue · comments

In Book , The Rust Programming Language Inside of Comment Section in Chapter: 3 , We are missing Multi line Comment Using
/*This is a
Multi line Comment */

Please follow the issue template. If you had searched this repo for multi-line comment, you would have discovered previous discussions on this topic. Thanks! https://github.com/search?q=repo%3Arust-lang%2Fbook+multi+line+comment&type=issues

You are right, I was wondering about this too. /* */ is very useful and important when developing and debugging to exclude program sections from compilation temporary. But it is easy to Google for term "Rust multiline comment", so it is not a serious issue.