summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/copy-is-not-modulo-regions.not_static.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/copy-is-not-modulo-regions.not_static.stderr')
-rw-r--r--tests/ui/traits/copy-is-not-modulo-regions.not_static.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/copy-is-not-modulo-regions.not_static.stderr b/tests/ui/traits/copy-is-not-modulo-regions.not_static.stderr
index 130425211..56544dd4d 100644
--- a/tests/ui/traits/copy-is-not-modulo-regions.not_static.stderr
+++ b/tests/ui/traits/copy-is-not-modulo-regions.not_static.stderr
@@ -17,6 +17,6 @@ help: consider restricting type parameter `'any`
LL | impl<'any: 'static> Copy for Bar<'any> {}
| +++++++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0204`.