summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/rfc-2383-lint-reason/expect_tool_lint_rfc_2383.stderr
blob: 6d49e7543dc59d606a0dd6a61785768a327cb909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
warning: this lint expectation is unfulfilled
  --> $DIR/expect_tool_lint_rfc_2383.rs:37:14
   |
LL |     #[expect(dead_code)]
   |              ^^^^^^^^^
   |
   = note: `#[warn(unfulfilled_lint_expectations)]` on by default

warning: this lint expectation is unfulfilled
  --> $DIR/expect_tool_lint_rfc_2383.rs:43:18
   |
LL |         #[expect(illegal_floating_point_literal_pattern)]
   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: 2 warnings emitted