11error: incompatible link kind for `S`
2- --> $DIR/intra-links-disambiguator-mismatch.rs:14 :14
2+ --> $DIR/intra-links-disambiguator-mismatch.rs:18 :14
33 |
44LL | /// Link to [struct@S]
55 | ^^^^^^^^ help: to link to the enum, use its disambiguator: `enum@S`
@@ -12,79 +12,79 @@ LL | #![deny(broken_intra_doc_links)]
1212 = note: this link resolved to an enum, which is not a struct
1313
1414error: incompatible link kind for `S`
15- --> $DIR/intra-links-disambiguator-mismatch.rs:19 :14
15+ --> $DIR/intra-links-disambiguator-mismatch.rs:23 :14
1616 |
1717LL | /// Link to [mod@S]
1818 | ^^^^^ help: to link to the enum, use its disambiguator: `enum@S`
1919 |
2020 = note: this link resolved to an enum, which is not a module
2121
2222error: incompatible link kind for `S`
23- --> $DIR/intra-links-disambiguator-mismatch.rs:24 :14
23+ --> $DIR/intra-links-disambiguator-mismatch.rs:28 :14
2424 |
2525LL | /// Link to [union@S]
2626 | ^^^^^^^ help: to link to the enum, use its disambiguator: `enum@S`
2727 |
2828 = note: this link resolved to an enum, which is not a union
2929
3030error: incompatible link kind for `S`
31- --> $DIR/intra-links-disambiguator-mismatch.rs:29 :14
31+ --> $DIR/intra-links-disambiguator-mismatch.rs:33 :14
3232 |
3333LL | /// Link to [trait@S]
3434 | ^^^^^^^ help: to link to the enum, use its disambiguator: `enum@S`
3535 |
3636 = note: this link resolved to an enum, which is not a trait
3737
3838error: incompatible link kind for `T`
39- --> $DIR/intra-links-disambiguator-mismatch.rs:34 :14
39+ --> $DIR/intra-links-disambiguator-mismatch.rs:38 :14
4040 |
4141LL | /// Link to [struct@T]
4242 | ^^^^^^^^ help: to link to the trait, use its disambiguator: `trait@T`
4343 |
4444 = note: this link resolved to a trait, which is not a struct
4545
4646error: incompatible link kind for `m`
47- --> $DIR/intra-links-disambiguator-mismatch.rs:39 :14
47+ --> $DIR/intra-links-disambiguator-mismatch.rs:43 :14
4848 |
4949LL | /// Link to [derive@m]
5050 | ^^^^^^^^ help: to link to the macro, use its disambiguator: `m!`
5151 |
5252 = note: this link resolved to a macro, which is not a derive macro
5353
5454error: incompatible link kind for `s`
55- --> $DIR/intra-links-disambiguator-mismatch.rs:44 :14
55+ --> $DIR/intra-links-disambiguator-mismatch.rs:48 :14
5656 |
5757LL | /// Link to [const@s]
5858 | ^^^^^^^ help: to link to the static, use its disambiguator: `static@s`
5959 |
6060 = note: this link resolved to a static, which is not a constant
6161
6262error: incompatible link kind for `c`
63- --> $DIR/intra-links-disambiguator-mismatch.rs:49 :14
63+ --> $DIR/intra-links-disambiguator-mismatch.rs:53 :14
6464 |
6565LL | /// Link to [static@c]
6666 | ^^^^^^^^ help: to link to the constant, use its disambiguator: `const@c`
6767 |
6868 = note: this link resolved to a constant, which is not a static
6969
7070error: incompatible link kind for `c`
71- --> $DIR/intra-links-disambiguator-mismatch.rs:54 :14
71+ --> $DIR/intra-links-disambiguator-mismatch.rs:58 :14
7272 |
7373LL | /// Link to [fn@c]
7474 | ^^^^ help: to link to the constant, use its disambiguator: `const@c`
7575 |
7676 = note: this link resolved to a constant, which is not a function
7777
7878error: incompatible link kind for `c`
79- --> $DIR/intra-links-disambiguator-mismatch.rs:59 :14
79+ --> $DIR/intra-links-disambiguator-mismatch.rs:63 :14
8080 |
8181LL | /// Link to [c()]
8282 | ^^^ help: to link to the constant, use its disambiguator: `const@c`
8383 |
8484 = note: this link resolved to a constant, which is not a function
8585
8686error: incompatible link kind for `f`
87- --> $DIR/intra-links-disambiguator-mismatch.rs:64 :14
87+ --> $DIR/intra-links-disambiguator-mismatch.rs:68 :14
8888 |
8989LL | /// Link to [const@f]
9090 | ^^^^^^^ help: to link to the function, use its disambiguator: `f()`
0 commit comments