]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lex-bare-cr-nondoc-comment.rs
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / lex-bare-cr-nondoc-comment.rs
1 // run-pass
2 // ignore-tidy-cr
3
4 // nondoc comment with bare CR: '\r'
5 //// nondoc comment with bare CR: '\r'
6 /* block nondoc comment with bare CR: '\r' */
7
8 fn main() {
9 }