summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-types/associated-types-eq-3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/associated-types/associated-types-eq-3.rs')
-rw-r--r--tests/ui/associated-types/associated-types-eq-3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/associated-types/associated-types-eq-3.rs b/tests/ui/associated-types/associated-types-eq-3.rs
index f6988dcf6..380d0e95c 100644
--- a/tests/ui/associated-types/associated-types-eq-3.rs
+++ b/tests/ui/associated-types/associated-types-eq-3.rs
@@ -23,7 +23,7 @@ fn foo2<I: Foo>(x: I) {
let _: Bar = x.boo();
//~^ ERROR mismatched types
//~| found associated type `<I as Foo>::A`
- //~| expected struct `Bar`, found associated type
+ //~| expected `Bar`, found
//~| expected struct `Bar`
}