summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/constraint-assoc-type-suggestion.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/generic-associated-types/constraint-assoc-type-suggestion.stderr')
-rw-r--r--tests/ui/generic-associated-types/constraint-assoc-type-suggestion.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/generic-associated-types/constraint-assoc-type-suggestion.stderr b/tests/ui/generic-associated-types/constraint-assoc-type-suggestion.stderr
index 96c4330fe..3b65b32f4 100644
--- a/tests/ui/generic-associated-types/constraint-assoc-type-suggestion.stderr
+++ b/tests/ui/generic-associated-types/constraint-assoc-type-suggestion.stderr
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
--> $DIR/constraint-assoc-type-suggestion.rs:10:23
|
LL | let b: Vec<i32> = a;
- | -------- ^ expected struct `Vec`, found associated type
+ | -------- ^ expected `Vec<i32>`, found associated type
| |
| expected due to this
|