summaryrefslogtreecommitdiff
path: root/tests/ui/associated-types/issue-65774-1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/associated-types/issue-65774-1.stderr')
-rw-r--r--tests/ui/associated-types/issue-65774-1.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/associated-types/issue-65774-1.stderr b/tests/ui/associated-types/issue-65774-1.stderr
index 91b557555d5..9c77a25c432 100644
--- a/tests/ui/associated-types/issue-65774-1.stderr
+++ b/tests/ui/associated-types/issue-65774-1.stderr
@@ -25,7 +25,7 @@ LL | impl<'a, T: MyDisplay> MyDisplay for &'a mut T { }
| --------- ^^^^^^^^^ ^^^^^^^^^
| |
| unsatisfied trait bound introduced here
- = note: required for the cast from `&mut T` to the object type `dyn MyDisplay`
+ = note: required for the cast from `&&mut T` to `&dyn MyDisplay`
error: aborting due to 2 previous errors