2023-02-25 19:08:29 -05:00
|
|
|
error: question mark operator was used
|
2024-02-27 15:25:18 +01:00
|
|
|
--> tests/ui/question_mark_used.rs:11:5
|
2023-02-25 19:08:29 -05:00
|
|
|
|
|
|
|
|
LL | other_function()?;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: consider using a custom macro or match expression
|
|
|
|
= note: `-D clippy::question-mark-used` implied by `-D warnings`
|
2023-08-01 14:02:21 +02:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::question_mark_used)]`
|
2023-02-25 19:08:29 -05:00
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-02-25 19:08:29 -05:00
|
|
|
|