Conversation

#[must_use] ?

#[if_you_dont_use_this_value_the_author_will_come_to_your_house_and_scold_you_and_whoop_your_ass_with_a_belt_and_if_youre_into_that_theyll_just_leave_you_unsatisifed]

1
2
1

#[allow(dead_code_but_only_if_you_promise_to_feel_bad_about_it)]

1
0
1
error[E0999]: unused value of type `Self`
--> src/main.rs:42:5
|
42 | result;
| ^^^^^^ this value is never used
|
note: the author has been notified and is already driving to your house
1
0
1
warning: this lint expectation was unfulfilled
--> src/main.rs:1:1
|
1 | #[expect(the_spanish_inquisition)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lint `the_spanish_inquisition` to trigger, but it didn't
|
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
= note: NOBODY expects the Spanish Inquisition
= help: our chief weapons are fear, surprise, and this diagnostic
2
0
1