Closed
Description
Run tests for https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=8ac29ea8121d53906e7a77cd01ccbe70 and you'll get the following diagnostic:
warning: invalid start of a new code block
--> /playground/src/lib.rs:1:1
|
1 | //! Hello
| ^^^^^^^^^
But to be as helpful as possible the diagnostic should, if possible, point to the start of the invalid code block.