|
1 | 1 | error: possible broken doc link: broken across multiple lines |
2 | | - --> tests/ui/doc_broken_link.rs:41:5 |
| 2 | + --> tests/ui/doc_broken_link.rs:53:5 |
3 | 3 | | |
4 | | -LL | /// [doc invalid link broken url scheme part part](https:// |
5 | | - | _____^ |
6 | | -LL | | /// test.fake/doc_invalid_link_broken_url_scheme_part) |
7 | | - | |______________________________________________________^ |
| 4 | +LL | /// [doc invalid link broken url scheme part part](https:// |
| 5 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
8 | 6 | | |
9 | 7 | = note: `-D clippy::doc-broken-link` implied by `-D warnings` |
10 | 8 | = help: to override `-D warnings` add `#[allow(clippy::doc_broken_link)]` |
11 | 9 |
|
12 | 10 | error: possible broken doc link: broken across multiple lines |
13 | | - --> tests/ui/doc_broken_link.rs:41:5 |
| 11 | + --> tests/ui/doc_broken_link.rs:53:5 |
14 | 12 | | |
15 | | -LL | /// [doc invalid link broken url scheme part part](https:// |
16 | | - | _____^ |
17 | | -LL | | /// test.fake/doc_invalid_link_broken_url_scheme_part) |
18 | | - | |______________________________________________________^ |
| 13 | +LL | /// [doc invalid link broken url scheme part part](https:// |
| 14 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
19 | 15 | | |
20 | 16 | = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no` |
21 | 17 |
|
22 | 18 | error: possible broken doc link: broken across multiple lines |
23 | | - --> tests/ui/doc_broken_link.rs:47:5 |
| 19 | + --> tests/ui/doc_broken_link.rs:59:5 |
24 | 20 | | |
25 | | -LL | /// [doc invalid link broken url host part](https://test |
26 | | - | _____^ |
27 | | -LL | | /// .fake/doc_invalid_link_broken_url_host_part) |
28 | | - | |________________________________________________^ |
| 21 | +LL | /// [doc invalid link broken url host part](https://test |
| 22 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
29 | 23 |
|
30 | 24 | error: possible broken doc link: broken across multiple lines |
31 | | - --> tests/ui/doc_broken_link.rs:47:5 |
| 25 | + --> tests/ui/doc_broken_link.rs:59:5 |
32 | 26 | | |
33 | | -LL | /// [doc invalid link broken url host part](https://test |
34 | | - | _____^ |
35 | | -LL | | /// .fake/doc_invalid_link_broken_url_host_part) |
36 | | - | |________________________________________________^ |
| 27 | +LL | /// [doc invalid link broken url host part](https://test |
| 28 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
37 | 29 | | |
38 | 30 | = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no` |
39 | 31 |
|
40 | 32 | error: possible broken doc link: broken across multiple lines |
41 | | - --> tests/ui/doc_broken_link.rs:53:16 |
| 33 | + --> tests/ui/doc_broken_link.rs:65:16 |
42 | 34 | | |
43 | | -LL | /// There is a [fist link - invalid](https://test |
44 | | - | ________________^ |
45 | | -LL | | /// .fake) then it continues |
46 | | - | |__________^ |
| 35 | +LL | /// There is a [fist link - invalid](https://test |
| 36 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
47 | 37 |
|
48 | 38 | error: possible broken doc link: broken across multiple lines |
49 | | - --> tests/ui/doc_broken_link.rs:56:80 |
| 39 | + --> tests/ui/doc_broken_link.rs:68:80 |
50 | 40 | | |
51 | | -LL | /// with a [second link - valid](https://test.fake/doc_valid_link) and another [third link - invalid](https://test |
52 | | - | ________________________________________________________________________________^ |
53 | | -LL | | /// .fake). It ends with another |
54 | | - | |__________^ |
| 41 | +LL | /// with a [second link - valid](https://test.fake/doc_valid_link) and another [third link - invalid](https://test |
| 42 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
55 | 43 |
|
56 | 44 | error: possible broken doc link: broken across multiple lines |
57 | | - --> tests/ui/doc_broken_link.rs:53:16 |
| 45 | + --> tests/ui/doc_broken_link.rs:65:16 |
58 | 46 | | |
59 | | -LL | /// There is a [fist link - invalid](https://test |
60 | | - | ________________^ |
61 | | -LL | | /// .fake) then it continues |
62 | | - | |__________^ |
| 47 | +LL | /// There is a [fist link - invalid](https://test |
| 48 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
63 | 49 | | |
64 | 50 | = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no` |
65 | 51 |
|
66 | 52 | error: possible broken doc link: broken across multiple lines |
67 | | - --> tests/ui/doc_broken_link.rs:56:80 |
| 53 | + --> tests/ui/doc_broken_link.rs:68:80 |
68 | 54 | | |
69 | | -LL | /// with a [second link - valid](https://test.fake/doc_valid_link) and another [third link - invalid](https://test |
70 | | - | ________________________________________________________________________________^ |
71 | | -LL | | /// .fake). It ends with another |
72 | | - | |__________^ |
| 55 | +LL | /// with a [second link - valid](https://test.fake/doc_valid_link) and another [third link - invalid](https://test |
| 56 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
73 | 57 | | |
74 | 58 | = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no` |
75 | 59 |
|
|
0 commit comments