blob: e235a15838493bcd7b9d35b66642cb5f5b280410 [file] [log] [blame]
error: bare CR not allowed in doc-comment
--> $DIR/several-carriage-returns-in-doc-comment.rs:6:12
|
LL | /// This do␍c comment contains ␍three isolated `\r`␍ symbols
| ^
error: bare CR not allowed in doc-comment
--> $DIR/several-carriage-returns-in-doc-comment.rs:6:32
|
LL | /// This do␍c comment contains ␍three isolated `\r`␍ symbols
| ^
error: bare CR not allowed in doc-comment
--> $DIR/several-carriage-returns-in-doc-comment.rs:6:52
|
LL | /// This do␍c comment contains ␍three isolated `\r`␍ symbols
| ^
error: aborting due to 3 previous errors