]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/expect-tool-lint-rfc-2383.stderr
Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser
[rust.git] / tests / rustdoc-ui / expect-tool-lint-rfc-2383.stderr
1 warning: this lint expectation is unfulfilled
2   --> $DIR/expect-tool-lint-rfc-2383.rs:16:11
3    |
4 LL | #![expect(rustdoc::missing_crate_level_docs)]
5    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(unfulfilled_lint_expectations)]` on by default
8
9 warning: this lint expectation is unfulfilled
10   --> $DIR/expect-tool-lint-rfc-2383.rs:71:14
11    |
12 LL |     #[expect(rustdoc::broken_intra_doc_links)]
13    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
15 warning: this lint expectation is unfulfilled
16   --> $DIR/expect-tool-lint-rfc-2383.rs:76:14
17    |
18 LL |     #[expect(rustdoc::invalid_html_tags)]
19    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
20
21 warning: this lint expectation is unfulfilled
22   --> $DIR/expect-tool-lint-rfc-2383.rs:81:14
23    |
24 LL |     #[expect(rustdoc::bare_urls)]
25    |              ^^^^^^^^^^^^^^^^^^
26
27 warning: 4 warnings emitted
28