summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/rfc-2383-lint-reason/expect_multiple_lints.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lint/rfc-2383-lint-reason/expect_multiple_lints.stderr')
-rw-r--r--src/test/ui/lint/rfc-2383-lint-reason/expect_multiple_lints.stderr52
1 files changed, 0 insertions, 52 deletions
diff --git a/src/test/ui/lint/rfc-2383-lint-reason/expect_multiple_lints.stderr b/src/test/ui/lint/rfc-2383-lint-reason/expect_multiple_lints.stderr
deleted file mode 100644
index 90ee744b2..000000000
--- a/src/test/ui/lint/rfc-2383-lint-reason/expect_multiple_lints.stderr
+++ /dev/null
@@ -1,52 +0,0 @@
-warning: this lint expectation is unfulfilled
- --> $DIR/expect_multiple_lints.rs:10:28
- |
-LL | #[expect(unused_variables, unused_mut, while_true)]
- | ^^^^^^^^^^
- |
- = note: `#[warn(unfulfilled_lint_expectations)]` on by default
-
-warning: this lint expectation is unfulfilled
- --> $DIR/expect_multiple_lints.rs:10:40
- |
-LL | #[expect(unused_variables, unused_mut, while_true)]
- | ^^^^^^^^^^
-
-warning: this lint expectation is unfulfilled
- --> $DIR/expect_multiple_lints.rs:19:10
- |
-LL | #[expect(unused_variables, unused_mut, while_true)]
- | ^^^^^^^^^^^^^^^^
-
-warning: this lint expectation is unfulfilled
- --> $DIR/expect_multiple_lints.rs:19:40
- |
-LL | #[expect(unused_variables, unused_mut, while_true)]
- | ^^^^^^^^^^
-
-warning: this lint expectation is unfulfilled
- --> $DIR/expect_multiple_lints.rs:28:10
- |
-LL | #[expect(unused_variables, unused_mut, while_true)]
- | ^^^^^^^^^^^^^^^^
-
-warning: this lint expectation is unfulfilled
- --> $DIR/expect_multiple_lints.rs:28:28
- |
-LL | #[expect(unused_variables, unused_mut, while_true)]
- | ^^^^^^^^^^
-
-warning: this lint expectation is unfulfilled
- --> $DIR/expect_multiple_lints.rs:36:18
- |
-LL | #[expect(unused, while_true)]
- | ^^^^^^^^^^
-
-warning: this lint expectation is unfulfilled
- --> $DIR/expect_multiple_lints.rs:45:10
- |
-LL | #[expect(unused, while_true)]
- | ^^^^^^
-
-warning: 8 warnings emitted
-