diff options
| author | xFrednet <xFrednet@gmail.com> | 2024-02-11 11:49:17 +0100 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2024-06-25 17:50:55 +0200 |
| commit | d9e32a69a7c12505c40349d7632eea3565609f4c (patch) | |
| tree | b4f7b2693d79226ff5631e9680056c338103d58b | |
| parent | e3a2c9887c0e08c8f0d4a1e2b040c0a00fd2d8e4 (diff) | |
| download | rust-d9e32a69a7c12505c40349d7632eea3565609f4c.tar.gz rust-d9e32a69a7c12505c40349d7632eea3565609f4c.zip | |
RFC 2373: Update tests for rustdoc for `lint_reasons`
| -rw-r--r-- | tests/rustdoc-ui/lints/expect-tool-lint-rfc-2383.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/rustdoc-ui/lints/expect-tool-lint-rfc-2383.stderr b/tests/rustdoc-ui/lints/expect-tool-lint-rfc-2383.stderr index 5ae3c039d27..306496b6c85 100644 --- a/tests/rustdoc-ui/lints/expect-tool-lint-rfc-2383.stderr +++ b/tests/rustdoc-ui/lints/expect-tool-lint-rfc-2383.stderr @@ -1,5 +1,5 @@ warning: this lint expectation is unfulfilled - --> $DIR/expect-tool-lint-rfc-2383.rs:16:11 + --> $DIR/expect-tool-lint-rfc-2383.rs:15:11 | LL | #![expect(rustdoc::missing_crate_level_docs)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -7,19 +7,19 @@ LL | #![expect(rustdoc::missing_crate_level_docs)] = note: `#[warn(unfulfilled_lint_expectations)]` on by default warning: this lint expectation is unfulfilled - --> $DIR/expect-tool-lint-rfc-2383.rs:70:14 + --> $DIR/expect-tool-lint-rfc-2383.rs:69:14 | LL | #[expect(rustdoc::broken_intra_doc_links)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: this lint expectation is unfulfilled - --> $DIR/expect-tool-lint-rfc-2383.rs:75:14 + --> $DIR/expect-tool-lint-rfc-2383.rs:74:14 | LL | #[expect(rustdoc::invalid_html_tags)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: this lint expectation is unfulfilled - --> $DIR/expect-tool-lint-rfc-2383.rs:80:14 + --> $DIR/expect-tool-lint-rfc-2383.rs:79:14 | LL | #[expect(rustdoc::bare_urls)] | ^^^^^^^^^^^^^^^^^^ |
