summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/several-carriage-returns-in-doc-comment.rs
blob: ee14c55d292a760dd6655fd18346a00a99448f7f (plain)
1
2
3
4
5
6
7
8
9
10
// Issue #62863
// ignore-tidy-cr

// Note: if you see ^M in this file, that's how your editor renders literal `\r`

/// This do
c comment contains 
three isolated `\r`
 symbols
//~^ ERROR bare CR not allowed in doc-comment
//~| ERROR bare CR not allowed in doc-comment
//~| ERROR bare CR not allowed in doc-comment
fn main() {}