2023-02-25 18:08:29 -06:00
|
|
|
error: question mark operator was used
|
2024-02-27 08:25:18 -06:00
|
|
|
--> tests/ui/question_mark_used.rs:11:5
|
2023-02-25 18:08:29 -06: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 07:02:21 -05:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::question_mark_used)]`
|
2023-02-25 18:08:29 -06:00
|
|
|
|
2023-11-21 11:08:42 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-02-25 18:08:29 -06:00
|
|
|
|