2021-11-24 14:57:38 -06:00
|
|
|
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
|
2022-03-02 11:10:07 -06:00
|
|
|
--> $DIR/expect_multiple_lints.rs:10:40
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
|
|
|
LL | #[expect(unused_variables, unused_mut, while_true)]
|
2022-03-02 11:10:07 -06:00
|
|
|
| ^^^^^^^^^^
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
|
|
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
|
2022-03-02 11:10:07 -06:00
|
|
|
--> $DIR/expect_multiple_lints.rs:19:40
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
|
|
|
LL | #[expect(unused_variables, unused_mut, while_true)]
|
2022-03-02 11:10:07 -06:00
|
|
|
| ^^^^^^^^^^
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
|
|
warning: this lint expectation is unfulfilled
|
2022-03-02 11:10:07 -06:00
|
|
|
--> $DIR/expect_multiple_lints.rs:28:10
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
2022-03-02 11:10:07 -06:00
|
|
|
LL | #[expect(unused_variables, unused_mut, while_true)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
|
|
warning: this lint expectation is unfulfilled
|
2022-03-02 11:10:07 -06:00
|
|
|
--> $DIR/expect_multiple_lints.rs:28:28
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
|
|
|
LL | #[expect(unused_variables, unused_mut, while_true)]
|
2022-03-02 11:10:07 -06:00
|
|
|
| ^^^^^^^^^^
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
|
|
warning: this lint expectation is unfulfilled
|
2022-03-02 11:10:07 -06:00
|
|
|
--> $DIR/expect_multiple_lints.rs:36:18
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
|
|
|
LL | #[expect(unused, while_true)]
|
2022-03-02 11:10:07 -06:00
|
|
|
| ^^^^^^^^^^
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
|
|
warning: this lint expectation is unfulfilled
|
2022-03-02 11:10:07 -06:00
|
|
|
--> $DIR/expect_multiple_lints.rs:45:10
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
2022-03-02 11:10:07 -06:00
|
|
|
LL | #[expect(unused, while_true)]
|
|
|
|
| ^^^^^^
|
2021-11-24 14:57:38 -06:00
|
|
|
|
|
|
|
warning: 8 warnings emitted
|
|
|
|
|