summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/option-to-bool.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/suggestions/option-to-bool.stderr')
-rw-r--r--tests/ui/suggestions/option-to-bool.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/suggestions/option-to-bool.stderr b/tests/ui/suggestions/option-to-bool.stderr
index 4050c7be8..e042f07da 100644
--- a/tests/ui/suggestions/option-to-bool.stderr
+++ b/tests/ui/suggestions/option-to-bool.stderr
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
--> $DIR/option-to-bool.rs:4:16
|
LL | if true && x {}
- | ---- ^ expected `bool`, found enum `Option`
+ | ---- ^ expected `bool`, found `Option<i32>`
| |
| expected because this is `bool`
|