2021-01-04 14:38:30 -06:00
|
|
|
error: incompatible link kind for `u8::MIN`
|
|
|
|
--> $DIR/incompatible-primitive-disambiguator.rs:2:6
|
|
|
|
|
|
|
|
|
LL | //! [static@u8::MIN]
|
2021-07-19 10:00:35 -05:00
|
|
|
| ^^^^^^^^^^^^^^ this link resolved to an associated constant, which is not a static
|
2021-01-04 14:38:30 -06:00
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/incompatible-primitive-disambiguator.rs:1:9
|
|
|
|
|
|
2020-12-29 22:16:16 -06:00
|
|
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-07-19 10:00:35 -05:00
|
|
|
help: to link to the associated constant, prefix with `const@`
|
|
|
|
|
|
|
|
|
LL | //! [const@u8::MIN]
|
2021-06-21 21:07:19 -05:00
|
|
|
| ~~~~~~
|
2021-01-04 14:38:30 -06:00
|
|
|
|
2023-11-21 10:44:51 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-01-04 14:38:30 -06:00
|
|
|
|