@@ -27,7 +27,7 @@ LL + /// [^1]: <!-- description -->
27
27
|
28
28
29
29
error: looks like a footnote ref, but has no matching footnote
30
- --> tests/ui/doc_suspicious_footnotes.rs:38 :13
30
+ --> tests/ui/doc_suspicious_footnotes.rs:39 :13
31
31
|
32
32
LL | #[doc = r#"This is not a footnote[^1]."#]
33
33
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -40,7 +40,7 @@ LL ~ [^1]: <!-- description -->"#]
40
40
|
41
41
42
42
error: looks like a footnote ref, but has no matching footnote
43
- --> tests/ui/doc_suspicious_footnotes.rs:55 :13
43
+ --> tests/ui/doc_suspicious_footnotes.rs:56 :13
44
44
|
45
45
LL | #[doc = "This is not a footnote[^1].
46
46
| _____________^
@@ -72,7 +72,7 @@ LL ~ [^1]: <!-- description -->"#]
72
72
|
73
73
74
74
error: looks like a footnote ref, but has no matching footnote
75
- --> tests/ui/doc_suspicious_footnotes.rs:75 :15
75
+ --> tests/ui/doc_suspicious_footnotes.rs:76 :15
76
76
|
77
77
LL | doc = "This is not a footnote[^1].\n\nThis is not a footnote[^either], but it doesn't warn."
78
78
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -87,7 +87,7 @@ LL + [^1]: <!-- description -->"#
87
87
|
88
88
89
89
error: looks like a footnote ref, but has no matching footnote
90
- --> tests/ui/doc_suspicious_footnotes.rs:83 :9
90
+ --> tests/ui/doc_suspicious_footnotes.rs:91 :9
91
91
|
92
92
LL | #[doc = r"This is not a footnote[^1]."]
93
93
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -100,7 +100,7 @@ LL ~ [^1]: <!-- description -->"#]
100
100
|
101
101
102
102
error: looks like a footnote ref, but has no matching footnote
103
- --> tests/ui/doc_suspicious_footnotes.rs:103 :30
103
+ --> tests/ui/doc_suspicious_footnotes.rs:111 :30
104
104
|
105
105
LL | * This is not a footnote[^1].
106
106
| ^^^^
@@ -112,7 +112,7 @@ LL + /*! [^1]: <!-- description --> */
112
112
|
113
113
114
114
error: looks like a footnote ref, but has no matching footnote
115
- --> tests/ui/doc_suspicious_footnotes.rs:114 :30
115
+ --> tests/ui/doc_suspicious_footnotes.rs:122 :30
116
116
|
117
117
LL | * This is not a footnote[^1].
118
118
| ^^^^
0 commit comments