rust/tests/ui/lexer/lex-bare-cr-nondoc-comment.rs
2023-01-11 09:32:08 +00:00

10 lines
165 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() {
}