@@ -27,7 +27,7 @@ LL + /// [^1]: <!-- description -->
2727 |
2828
2929error: 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
3131 |
3232LL | #[doc = r#"This is not a footnote[^1]."#]
3333 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -40,7 +40,7 @@ LL ~ [^1]: <!-- description -->"#]
4040 |
4141
4242error: 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
4444 |
4545LL | #[doc = "This is not a footnote[^1].
4646 | _____________^
@@ -72,7 +72,7 @@ LL ~ [^1]: <!-- description -->"#]
7272 |
7373
7474error: 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
7676 |
7777LL | doc = "This is not a footnote[^1].\n\nThis is not a footnote[^either], but it doesn't warn."
7878 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -87,7 +87,7 @@ LL + [^1]: <!-- description -->"#
8787 |
8888
8989error: 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
9191 |
9292LL | #[doc = r"This is not a footnote[^1]."]
9393 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -100,7 +100,7 @@ LL ~ [^1]: <!-- description -->"#]
100100 |
101101
102102error: 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
104104 |
105105LL | * This is not a footnote[^1].
106106 | ^^^^
@@ -112,7 +112,7 @@ LL + /*! [^1]: <!-- description --> */
112112 |
113113
114114error: 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
116116 |
117117LL | * This is not a footnote[^1].
118118 | ^^^^
0 commit comments