summaryrefslogtreecommitdiffstats
path: root/tests/ui/coherence/deep-bad-copy-reason.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coherence/deep-bad-copy-reason.rs')
-rw-r--r--tests/ui/coherence/deep-bad-copy-reason.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coherence/deep-bad-copy-reason.rs b/tests/ui/coherence/deep-bad-copy-reason.rs
index 80bbe387a..97fd3f719 100644
--- a/tests/ui/coherence/deep-bad-copy-reason.rs
+++ b/tests/ui/coherence/deep-bad-copy-reason.rs
@@ -31,7 +31,7 @@ impl<'tcx, T> Clone for List<'tcx, T> {
}
impl<'tcx, T> Copy for List<'tcx, T> {}
-//~^ ERROR the trait `Copy` may not be implemented for this type
+//~^ ERROR the trait `Copy` cannot be implemented for this type
fn assert_is_copy<T: Copy>() {}