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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
165 B
Rust
Raw Normal View History

// run-pass
2017-05-08 08:29:24 -05:00
// ignore-tidy-cr
// nondoc comment with bare CR: ' '
//// nondoc comment with bare CR: ' '
/* block nondoc comment with bare CR: ' ' */
fn main() {
}