Skip to content

Commit d9e32a6

Browse files
committed
RFC 2373: Update tests for rustdoc for lint_reasons
1 parent e3a2c98 commit d9e32a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/rustdoc-ui/lints/expect-tool-lint-rfc-2383.stderr

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
warning: this lint expectation is unfulfilled
2-
--> $DIR/expect-tool-lint-rfc-2383.rs:16:11
2+
--> $DIR/expect-tool-lint-rfc-2383.rs:15:11
33
|
44
LL | #![expect(rustdoc::missing_crate_level_docs)]
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
|
77
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
88

99
warning: this lint expectation is unfulfilled
10-
--> $DIR/expect-tool-lint-rfc-2383.rs:70:14
10+
--> $DIR/expect-tool-lint-rfc-2383.rs:69:14
1111
|
1212
LL | #[expect(rustdoc::broken_intra_doc_links)]
1313
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1414

1515
warning: this lint expectation is unfulfilled
16-
--> $DIR/expect-tool-lint-rfc-2383.rs:75:14
16+
--> $DIR/expect-tool-lint-rfc-2383.rs:74:14
1717
|
1818
LL | #[expect(rustdoc::invalid_html_tags)]
1919
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
2020

2121
warning: this lint expectation is unfulfilled
22-
--> $DIR/expect-tool-lint-rfc-2383.rs:80:14
22+
--> $DIR/expect-tool-lint-rfc-2383.rs:79:14
2323
|
2424
LL | #[expect(rustdoc::bare_urls)]
2525
| ^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)