@@ -32,61 +32,61 @@ LL | /// <https://spec.commonmark.org/0.31.2/#autolinks>
3232 | ^ help: end the doc comment with some punctuation: `.`
3333
3434error: doc comments should end with a terminal punctuation mark
35- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:67 :15
35+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:71 :15
3636 |
3737LL | /// U+0001
3838 | ^ help: end the doc comment with some punctuation: `.`
3939
4040error: doc comments should end with a terminal punctuation mark
41- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:74 :29
41+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:78 :29
4242 |
4343LL | //! inner attributes too
4444 | ^ help: end the doc comment with some punctuation: `.`
4545
4646error: doc comments should end with a terminal punctuation mark
47- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:81 :47
47+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:85 :47
4848 |
4949LL | /// (But sometimes it is missing a period)
5050 | ^ help: end the doc comment with some punctuation: `.`
5151
5252error: doc comments should end with a terminal punctuation mark
53- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:86 :47
53+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:90 :47
5454 |
5555LL | /// **But sometimes it is missing a period**
5656 | ^ help: end the doc comment with some punctuation: `.`
5757
5858error: doc comments should end with a terminal punctuation mark
59- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:91 :46
59+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:95 :46
6060 |
6161LL | /// _But sometimes it is missing a period_
6262 | ^ help: end the doc comment with some punctuation: `.`
6363
6464error: doc comments should end with a terminal punctuation mark
65- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:96 :56
65+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:100 :56
6666 |
6767LL | /// Doc comments can end with an [inline link](#anchor)
6868 | ^ help: end the doc comment with some punctuation: `.`
6969
7070error: doc comments should end with a terminal punctuation mark
71- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:100 :65
71+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:104 :65
7272 |
7373LL | /// Some doc comments contain [link reference definitions][spec]
7474 | ^ help: end the doc comment with some punctuation: `.`
7575
7676error: doc comments should end with a terminal punctuation mark
77- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:123 :57
77+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:129 :57
7878 |
7979LL | /// Doc comments with trailing blank lines are supported
8080 | ^ help: end the doc comment with some punctuation: `.`
8181
8282error: doc comments should end with a terminal punctuation mark
83- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:131 :30
83+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:137 :30
8484 |
8585LL | /// Only the last sentence is
8686 | ^ help: end the doc comment with some punctuation: `.`
8787
8888error: doc comments should end with a terminal punctuation mark
89- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:143 :27
89+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:149 :27
9090 |
9191LL | * Block doc comments work
9292 | ^ help: end the doc comment with some punctuation: `.`
0 commit comments