]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/rfc-2383-lint-reason/expect_tool_lint_rfc_2383.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / rfc-2383-lint-reason / expect_tool_lint_rfc_2383.stderr
1 warning: this lint expectation is unfulfilled
2   --> $DIR/expect_tool_lint_rfc_2383.rs:37:14
3    |
4 LL |     #[expect(dead_code)]
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:43:18
11    |
12 LL |         #[expect(illegal_floating_point_literal_pattern)]
13    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
15 warning: 2 warnings emitted
16