]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/internal-lints/existing_doc_keyword.stderr
Rollup merge of #102956 - TaKO8Ki:fix-102946, r=fee1-dead
[rust.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    = help: only existing keywords are allowed in core/std
8 note: the lint level is defined here
9   --> $DIR/existing_doc_keyword.rs:8:9
10    |
11 LL | #![deny(rustc::existing_doc_keyword)]
12    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
13
14 error: aborting due to previous error
15