]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/several-carriage-returns-in-doc-comment.stderr
Auto merge of #107478 - compiler-errors:anon-enum-tys-are-ambiguous, r=estebank
[rust.git] / tests / ui / parser / several-carriage-returns-in-doc-comment.stderr
1 error: bare CR not allowed in doc-comment
2   --> $DIR/several-carriage-returns-in-doc-comment.rs:6:12
3    |
4 LL | /// This do\rc comment contains \rthree isolated `\r`\r symbols
5    |            ^
6
7 error: bare CR not allowed in doc-comment
8   --> $DIR/several-carriage-returns-in-doc-comment.rs:6:32
9    |
10 LL | /// This do\rc comment contains \rthree isolated `\r`\r symbols
11    |                               ^
12
13 error: bare CR not allowed in doc-comment
14   --> $DIR/several-carriage-returns-in-doc-comment.rs:6:52
15    |
16 LL | /// This do\rc comment contains \rthree isolated `\r`\r symbols
17    |                                                  ^
18
19 error: aborting due to 3 previous errors
20