]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/rfc-2383-lint-reason/expect_tool_lint_rfc_2383.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / lint / rfc-2383-lint-reason / expect_tool_lint_rfc_2383.stderr
CommitLineData
04454e1e
FG
1warning: this lint expectation is unfulfilled
2 --> $DIR/expect_tool_lint_rfc_2383.rs:37:14
3 |
4LL | #[expect(dead_code)]
5 | ^^^^^^^^^
6 |
7 = note: `#[warn(unfulfilled_lint_expectations)]` on by default
8
9warning: this lint expectation is unfulfilled
10 --> $DIR/expect_tool_lint_rfc_2383.rs:43:18
11 |
12LL | #[expect(illegal_floating_point_literal_pattern)]
13 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
15warning: 2 warnings emitted
16