rust/src/test/ui/lex-bare-cr-nondoc-comment.rs
2019-07-27 18:56:16 +03: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() {
}