Closed
Description
http://doc.rust-lang.org/master/rust.html#comments
Comments in Rust code follow the general C++ style of line and block-comment forms, with no nesting of block-comment delimiters.
This is no longer true. (The grammar in that section was updated for nesting, but the text was apparently missed.)