summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/type-binding.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/span/type-binding.stderr')
-rw-r--r--tests/ui/span/type-binding.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/span/type-binding.stderr b/tests/ui/span/type-binding.stderr
index cb0aefe06..5df74fa2f 100644
--- a/tests/ui/span/type-binding.stderr
+++ b/tests/ui/span/type-binding.stderr
@@ -4,6 +4,6 @@ error[E0220]: associated type `Trget` not found for `Deref`
LL | fn homura<T: Deref<Trget = i32>>(_: T) {}
| ^^^^^ help: there is an associated type with a similar name: `Target`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0220`.