summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-types/issue-65774-1.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/associated-types/issue-65774-1.stderr (renamed from src/test/ui/associated-types/issue-65774-1.stderr)4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/ui/associated-types/issue-65774-1.stderr b/tests/ui/associated-types/issue-65774-1.stderr
index 3b294d65d..91b557555 100644
--- a/src/test/ui/associated-types/issue-65774-1.stderr
+++ b/tests/ui/associated-types/issue-65774-1.stderr
@@ -22,7 +22,9 @@ note: required for `&mut T` to implement `MyDisplay`
--> $DIR/issue-65774-1.rs:5:24
|
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`
error: aborting due to 2 previous errors