@@ -68,40 +68,46 @@ LL | /// _But sometimes it is missing a period_
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:101:56
71+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:101:40
72+ |
73+ LL | /// This comment ends with "a quote"
74+ | ^ help: end the doc comment with some punctuation: `.`
75+
76+ error: doc comments should end with a terminal punctuation mark
77+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:106:56
7278 |
7379LL | /// Doc comments can end with an [inline link](#anchor)
7480 | ^ help: end the doc comment with some punctuation: `.`
7581
7682error: doc comments should end with a terminal punctuation mark
77- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:105 :65
83+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:110 :65
7884 |
7985LL | /// Some doc comments contain [link reference definitions][spec]
8086 | ^ help: end the doc comment with some punctuation: `.`
8187
8288error: doc comments should end with a terminal punctuation mark
83- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:130 :57
89+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:135 :57
8490 |
8591LL | /// Doc comments with trailing blank lines are supported
8692 | ^ help: end the doc comment with some punctuation: `.`
8793
8894error: doc comments should end with a terminal punctuation mark
89- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:138 :30
95+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:143 :30
9096 |
9197LL | /// Only the last sentence is
9298 | ^ help: end the doc comment with some punctuation: `.`
9399
94100error: doc comments should end with a terminal punctuation mark
95- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:145 :33
101+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:150 :33
96102 |
97103LL | /// This ends with a code `span`
98104 | ^ help: end the doc comment with some punctuation: `.`
99105
100106error: doc comments should end with a terminal punctuation mark
101- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:154 :27
107+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:159 :27
102108 |
103109LL | * Block doc comments work
104110 | ^ help: end the doc comment with some punctuation: `.`
105111
106- error: aborting due to 17 previous errors
112+ error: aborting due to 18 previous errors
107113
0 commit comments