2019-07-22 12:59:18 +03:00
|
|
|
error: bare CR not allowed in doc-comment
|
|
|
|
|
--> $DIR/several-carriage-returns-in-doc-comment.rs:6:12
|
|
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
LL | /// This do␍c comment contains ␍three isolated `\r`␍ symbols
|
2019-07-22 12:59:18 +03:00
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
error: bare CR not allowed in doc-comment
|
|
|
|
|
--> $DIR/several-carriage-returns-in-doc-comment.rs:6:32
|
|
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
LL | /// This do␍c comment contains ␍three isolated `\r`␍ symbols
|
2024-07-09 17:00:19 +00:00
|
|
|
| ^
|
2019-07-22 12:59:18 +03:00
|
|
|
|
|
|
|
|
error: bare CR not allowed in doc-comment
|
|
|
|
|
--> $DIR/several-carriage-returns-in-doc-comment.rs:6:52
|
|
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
LL | /// This do␍c comment contains ␍three isolated `\r`␍ symbols
|
2024-07-09 17:00:19 +00:00
|
|
|
| ^
|
2019-07-22 12:59:18 +03:00
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|
|