]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0117.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0117.rs
index 22b48657385c63d3244620ec3ccfd1e505e32373..406d24e36661449a7ab28ea6eb36dc75314daa8c 100644 (file)
@@ -1,4 +1,4 @@
 impl Drop for u32 {} //~ ERROR E0117
-//~| ERROR the `Drop` trait may only be implemented for structs, enums, and unions
+//~| ERROR the `Drop` trait may only be implemented for local structs, enums, and unions
 
 fn main() {}