about summary refs log tree commit diff
path: root/tests/ui/traits/question-mark-result-err-mismatch.rs
AgeCommit message (Expand)AuthorLines
2025-02-18Don't mention `FromResidual` on bad `?`Esteban Küber-0/+1
2023-12-05Reduce verbosity of errorEsteban Küber-5/+1
2023-12-05Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err`Esteban Küber-2/+7
2023-12-05Point at fewer methods in the chain, only those that change the E typeEsteban Küber-8/+7
2023-12-05Provide context when `?` can't be called because of `Result<_, E>`Esteban Küber-0/+59