summaryrefslogtreecommitdiffstats
path: root/tests/ui/try-trait/option-to-result.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/try-trait/option-to-result.stderr')
-rw-r--r--tests/ui/try-trait/option-to-result.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/try-trait/option-to-result.stderr b/tests/ui/try-trait/option-to-result.stderr
index fabc1ff2c..1c4d718f1 100644
--- a/tests/ui/try-trait/option-to-result.stderr
+++ b/tests/ui/try-trait/option-to-result.stderr
@@ -9,8 +9,8 @@ LL | a?;
|
= help: the trait `FromResidual<Option<Infallible>>` is not implemented for `Result<(), ()>`
= help: the following other types implement trait `FromResidual<R>`:
- <Result<T, F> as FromResidual<Result<Infallible, E>>>
<Result<T, F> as FromResidual<Yeet<E>>>
+ <Result<T, F> as FromResidual<Result<Infallible, E>>>
error[E0277]: the `?` operator can only be used on `Option`s, not `Result`s, in a function that returns `Option`
--> $DIR/option-to-result.rs:11:6