@@ -32,61 +32,61 @@ LL | /// <https://spec.commonmark.org/0.31.2/#autolinks>
32
32
| ^ help: end the doc comment with some punctuation: `.`
33
33
34
34
error: 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
36
36
|
37
37
LL | /// U+0001
38
38
| ^ help: end the doc comment with some punctuation: `.`
39
39
40
40
error: 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
42
42
|
43
43
LL | //! inner attributes too
44
44
| ^ help: end the doc comment with some punctuation: `.`
45
45
46
46
error: doc comments should end with a terminal punctuation mark
47
- --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:81 :46
47
+ --> tests/ui/doc/doc_comments_missing_terminal_punctuation.rs:85 :46
48
48
|
49
49
LL | /// (But sometimes it is missing a period)
50
50
| ^ help: end the doc comment with some punctuation: `.`
51
51
52
52
error: 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
54
54
|
55
55
LL | /// **But sometimes it is missing a period**
56
56
| ^ help: end the doc comment with some punctuation: `.`
57
57
58
58
error: 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
60
60
|
61
61
LL | /// _But sometimes it is missing a period_
62
62
| ^ help: end the doc comment with some punctuation: `.`
63
63
64
64
error: 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
66
66
|
67
67
LL | /// Doc comments can end with an [inline link](#anchor)
68
68
| ^ help: end the doc comment with some punctuation: `.`
69
69
70
70
error: 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
72
72
|
73
73
LL | /// Some doc comments contain [link reference definitions][spec]
74
74
| ^ help: end the doc comment with some punctuation: `.`
75
75
76
76
error: 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
78
78
|
79
79
LL | /// Doc comments with trailing blank lines are supported
80
80
| ^ help: end the doc comment with some punctuation: `.`
81
81
82
82
error: 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
84
84
|
85
85
LL | /// Only the last sentence is
86
86
| ^ help: end the doc comment with some punctuation: `.`
87
87
88
88
error: 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
90
90
|
91
91
LL | * Block doc comments work
92
92
| ^ help: end the doc comment with some punctuation: `.`
0 commit comments