summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0223.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0223.stderr')
-rw-r--r--tests/ui/error-codes/E0223.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0223.stderr b/tests/ui/error-codes/E0223.stderr
index 42945e42f..1299ba5f5 100644
--- a/tests/ui/error-codes/E0223.stderr
+++ b/tests/ui/error-codes/E0223.stderr
@@ -2,7 +2,7 @@ error[E0223]: ambiguous associated type
--> $DIR/E0223.rs:8:14
|
LL | let foo: MyTrait::X;
- | ^^^^^^^^^^ help: use the fully-qualified path: `<MyStruct as MyTrait>::X`
+ | ^^^^^^^^^^ help: use fully-qualified syntax: `<MyStruct as MyTrait>::X`
error: aborting due to previous error