summaryrefslogtreecommitdiffstats
path: root/src/test/ui/expr/malformed_closure/ruby_style_closure.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/expr/malformed_closure/ruby_style_closure.stderr')
-rw-r--r--src/test/ui/expr/malformed_closure/ruby_style_closure.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/expr/malformed_closure/ruby_style_closure.stderr b/src/test/ui/expr/malformed_closure/ruby_style_closure.stderr
index 9db9cfc7f..759d79493 100644
--- a/src/test/ui/expr/malformed_closure/ruby_style_closure.stderr
+++ b/src/test/ui/expr/malformed_closure/ruby_style_closure.stderr
@@ -14,7 +14,7 @@ LL | let p = Some(45).and_then({
LL | |
LL | | |x| println!("doubling {}", x);
LL | | Some(x * 2)
- | | -----------
+ | | ----------- this tail expression is of type `std::option::Option<_>`
LL | |
LL | | });
| |_____^ expected an `FnOnce<({integer},)>` closure, found `Option<_>`