]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/internal-lints/existing_doc_keyword.stderr
Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-Simulacrum
[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 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