]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-ui/intra-doc/incompatible-primitive-disambiguator.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / rustdoc-ui / intra-doc / incompatible-primitive-disambiguator.stderr
1 error: incompatible link kind for `u8::MIN`
2 --> $DIR/incompatible-primitive-disambiguator.rs:2:6
3 |
4 LL | //! [static@u8::MIN]
5 | ^^^^^^^^^^^^^^ help: to link to the associated constant, prefix with `const@`: `const@u8::MIN`
6 |
7 note: the lint level is defined here
8 --> $DIR/incompatible-primitive-disambiguator.rs:1:9
9 |
10 LL | #![deny(rustdoc::broken_intra_doc_links)]
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12 = note: this link resolved to an associated constant, which is not a static
13
14 error: aborting due to previous error
15