]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lexer/lex-bare-cr-nondoc-comment.rs
Rollup merge of #102030 - est31:tidy_walk_no_reexport, r=Mark-Simulacrum
[rust.git] / src / test / ui / lexer / 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 }