summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/resolve-inconsistent-binding-mode.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/resolve-inconsistent-binding-mode.stderr')
-rw-r--r--tests/ui/resolve/resolve-inconsistent-binding-mode.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/resolve/resolve-inconsistent-binding-mode.stderr b/tests/ui/resolve/resolve-inconsistent-binding-mode.stderr
index c805c9eb1..6e44c280f 100644
--- a/tests/ui/resolve/resolve-inconsistent-binding-mode.stderr
+++ b/tests/ui/resolve/resolve-inconsistent-binding-mode.stderr
@@ -62,8 +62,8 @@ LL | Opts::A(ref mut i) | Opts::B(ref i) => {}
| |
| first introduced with type `&mut isize` here
|
- = note: expected mutable reference `&mut isize`
- found reference `&isize`
+ = note: expected mutable reference `&mut _`
+ found reference `&_`
= note: in the same arm, a binding must have the same type in all alternatives
error: aborting due to 6 previous errors