rust/tests/ui/lexer/lex-bare-cr-nondoc-comment.rs

10 lines
166 B
Rust

//@ run-pass
// ignore-tidy-cr
// nondoc comment with bare CR: '
'
//// nondoc comment with bare CR: '
'
/* block nondoc comment with bare CR: '
' */
fn main() {
}