summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-types/issue-43924.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/associated-types/issue-43924.stderr')
-rw-r--r--tests/ui/associated-types/issue-43924.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/associated-types/issue-43924.stderr b/tests/ui/associated-types/issue-43924.stderr
index 526f425b2..ab1a9511e 100644
--- a/tests/ui/associated-types/issue-43924.stderr
+++ b/tests/ui/associated-types/issue-43924.stderr
@@ -14,7 +14,7 @@ error[E0599]: no function or associated item named `default` found for trait obj
--> $DIR/issue-43924.rs:14:39
|
LL | assert_eq!(<() as Foo<u32>>::Out::default().to_string(), "false");
- | ^^^^^^^ function or associated item not found in `(dyn ToString + 'static)`
+ | ^^^^^^^ function or associated item not found in `dyn ToString`
error: aborting due to 2 previous errors