2020-08-02 20:45:24 -04:00
|
|
|
error: unresolved link to `S`
|
2020-08-03 08:39:46 -04:00
|
|
|
--> $DIR/intra-links-disambiguator-mismatch.rs:14:14
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
|
LL | /// Link to [struct@S]
|
2020-08-04 23:31:36 -04:00
|
|
|
| ^^^^^^^^ help: to link to the enum, use its disambiguator: `enum@S`
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/intra-links-disambiguator-mismatch.rs:1:9
|
|
|
|
|
|
|
|
|
LL | #![deny(broken_intra_doc_links)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2020-08-04 23:31:36 -04:00
|
|
|
= note: this link resolved to an enum, which is not a struct
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
error: unresolved link to `S`
|
2020-08-04 23:31:36 -04:00
|
|
|
--> $DIR/intra-links-disambiguator-mismatch.rs:19:14
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
|
LL | /// Link to [mod@S]
|
2020-08-04 23:31:36 -04:00
|
|
|
| ^^^^^ help: to link to the enum, use its disambiguator: `enum@S`
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
2020-08-04 23:31:36 -04:00
|
|
|
= note: this link resolved to an enum, which is not a module
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
error: unresolved link to `S`
|
2020-08-04 23:31:36 -04:00
|
|
|
--> $DIR/intra-links-disambiguator-mismatch.rs:24:14
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
|
LL | /// Link to [union@S]
|
2020-08-04 23:31:36 -04:00
|
|
|
| ^^^^^^^ help: to link to the enum, use its disambiguator: `enum@S`
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
2020-08-04 23:31:36 -04:00
|
|
|
= note: this link resolved to an enum, which is not a union
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
error: unresolved link to `S`
|
2020-08-04 23:31:36 -04:00
|
|
|
--> $DIR/intra-links-disambiguator-mismatch.rs:29:14
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
|
LL | /// Link to [trait@S]
|
2020-08-04 23:31:36 -04:00
|
|
|
| ^^^^^^^ help: to link to the enum, use its disambiguator: `enum@S`
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
2020-08-04 23:31:36 -04:00
|
|
|
= note: this link resolved to an enum, which is not a trait
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
error: unresolved link to `T`
|
2020-08-04 23:31:36 -04:00
|
|
|
--> $DIR/intra-links-disambiguator-mismatch.rs:34:14
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
|
LL | /// Link to [struct@T]
|
2020-08-04 23:31:36 -04:00
|
|
|
| ^^^^^^^^ help: to link to the trait, use its disambiguator: `trait@T`
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
2020-08-04 23:31:36 -04:00
|
|
|
= note: this link resolved to a trait, which is not a struct
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
error: unresolved link to `m`
|
2020-08-04 23:31:36 -04:00
|
|
|
--> $DIR/intra-links-disambiguator-mismatch.rs:39:14
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
|
LL | /// Link to [derive@m]
|
2020-08-04 23:31:36 -04:00
|
|
|
| ^^^^^^^^ help: to link to the macro, use its disambiguator: `m!`
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
2020-08-04 23:31:36 -04:00
|
|
|
= note: this link resolved to a macro, which is not a derive macro
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
error: unresolved link to `s`
|
2020-08-04 23:31:36 -04:00
|
|
|
--> $DIR/intra-links-disambiguator-mismatch.rs:44:14
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
|
LL | /// Link to [const@s]
|
2020-08-04 23:31:36 -04:00
|
|
|
| ^^^^^^^ help: to link to the static, use its disambiguator: `static@s`
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
2020-08-04 23:31:36 -04:00
|
|
|
= note: this link resolved to a static, which is not a constant
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
error: unresolved link to `c`
|
2020-08-04 23:31:36 -04:00
|
|
|
--> $DIR/intra-links-disambiguator-mismatch.rs:49:14
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
|
LL | /// Link to [static@c]
|
2020-08-04 23:31:36 -04:00
|
|
|
| ^^^^^^^^ help: to link to the constant, use its disambiguator: `const@c`
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
2020-08-04 23:31:36 -04:00
|
|
|
= note: this link resolved to a constant, which is not a static
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
error: unresolved link to `c`
|
2020-08-04 23:31:36 -04:00
|
|
|
--> $DIR/intra-links-disambiguator-mismatch.rs:54:14
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
|
LL | /// Link to [fn@c]
|
2020-08-04 23:31:36 -04:00
|
|
|
| ^^^^ help: to link to the constant, use its disambiguator: `const@c`
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
2020-08-04 23:31:36 -04:00
|
|
|
= note: this link resolved to a constant, which is not a function
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
error: unresolved link to `c`
|
2020-08-04 23:31:36 -04:00
|
|
|
--> $DIR/intra-links-disambiguator-mismatch.rs:59:14
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
|
LL | /// Link to [c()]
|
2020-08-04 23:31:36 -04:00
|
|
|
| ^^^ help: to link to the constant, use its disambiguator: `const@c`
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
2020-08-04 23:31:36 -04:00
|
|
|
= note: this link resolved to a constant, which is not a function
|
2020-08-02 20:45:24 -04:00
|
|
|
|
|
|
|
error: aborting due to 10 previous errors
|
|
|
|
|