]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-10638.rs
Enable full revision in const generics ui tests
[rust.git] / src / test / 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 }