summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/copy-impl-cannot-normalize.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/copy-impl-cannot-normalize.stderr')
-rw-r--r--tests/ui/traits/copy-impl-cannot-normalize.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/copy-impl-cannot-normalize.stderr b/tests/ui/traits/copy-impl-cannot-normalize.stderr
index 86c511c08..3bdb8b701 100644
--- a/tests/ui/traits/copy-impl-cannot-normalize.stderr
+++ b/tests/ui/traits/copy-impl-cannot-normalize.stderr
@@ -19,6 +19,6 @@ help: consider restricting type parameter `T`
LL | impl<T: TraitFoo> Copy for Foo<T> {}
| ++++++++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.