]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-10638.rs
Rollup merge of #106878 - JohnTitor:issue-92157, r=compiler-errors
[rust.git] / tests / ui / issues / issue-10638.rs
1 // run-pass
2 // pretty-expanded FIXME #23616
3
4 pub fn main() {
5     //// I am not a doc comment!
6     ////////////////// still not a doc comment
7     /////**** nope, me neither */
8     /*** And neither am I! */
9     5;
10     /*****! certainly not I */
11 }