mirror of https://github.com/rust-lang/rust.git
21 lines
693 B
Plaintext
21 lines
693 B
Plaintext
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
|
|
|