]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/internal-lints/existing_doc_keyword.stderr
Rollup merge of #107109 - est31:thin_box_link, r=Mark-Simulacrum
[rust.git] / tests / 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