]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/several-carriage-returns-in-doc-comment.rs
Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup
[rust.git] / src / test / ui / parser / several-carriage-returns-in-doc-comment.rs
1 // Issue #62863
2 // ignore-tidy-cr
3
4 // Note: if you see ^M in this file, that's how your editor renders literal `\r`
5
6 /// This do\rc comment contains \rthree isolated `\r`\r symbols
7 //~^ ERROR bare CR not allowed in doc-comment
8 //~| ERROR bare CR not allowed in doc-comment
9 //~| ERROR bare CR not allowed in doc-comment
10 fn main() {}