]> git.proxmox.com Git - rustc.git/blob - src/test/ui-fulldeps/internal-lints/existing_doc_keyword.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui-fulldeps / internal-lints / existing_doc_keyword.stderr
1 error: Found non-existing keyword `tadam` used in `#[doc(keyword = "...")]`
2 --> $DIR/existing_doc_keyword.rs:10:1
3 |
4 LL | #[doc(keyword = "tadam")]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 note: the lint level is defined here
8 --> $DIR/existing_doc_keyword.rs:8:9
9 |
10 LL | #![deny(rustc::existing_doc_keyword)]
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12 = help: only existing keywords are allowed in core/std
13
14 error: aborting due to previous error
15