]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/issues/issue-27340.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / ui / issues / issue-27340.rs
index 61c77cc1ff39b8c1638e8e28a898d90894ccb06e..aff37d95a3f3eb3f2719d751405d76d5503f11f9 100644 (file)
@@ -1,6 +1,6 @@
 struct Foo;
 #[derive(Copy, Clone)]
-//~^ ERROR the trait `Copy` may not be implemented for this type
+//~^ ERROR the trait `Copy` cannot be implemented for this type
 struct Bar(Foo);
 
 fn main() {}