summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/return-type-notation/super-method-bound-ambig.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/return-type-notation/super-method-bound-ambig.rs')
-rw-r--r--tests/ui/async-await/return-type-notation/super-method-bound-ambig.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/return-type-notation/super-method-bound-ambig.rs b/tests/ui/async-await/return-type-notation/super-method-bound-ambig.rs
index 891b30638..73c085315 100644
--- a/tests/ui/async-await/return-type-notation/super-method-bound-ambig.rs
+++ b/tests/ui/async-await/return-type-notation/super-method-bound-ambig.rs
@@ -23,7 +23,7 @@ impl Foo for () {}
fn test<T>()
where
T: Foo<test(): Send>,
- //~^ ERROR ambiguous associated function `test` for `Foo`
+ //~^ ERROR ambiguous associated function `test` in bounds of `Foo`
{
}