]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-36617.stderr
Update tests
[rust.git] / src / test / ui / issues / issue-36617.stderr
index 98b41b07ea98a43818c3beab18b4e19ec8cf75dd..586dcf2cea675feb7481380b89501f228032d712 100644 (file)
@@ -1,4 +1,4 @@
-error: `derive` may only be applied to structs, enums and unions
+error[E0774]: `derive` may only be applied to structs, enums and unions
   --> $DIR/issue-36617.rs:1:1
    |
 LL | #![derive(Copy)]
@@ -22,3 +22,4 @@ LL | #![derive(Copy)]
 
 error: aborting due to 3 previous errors
 
+For more information about this error, try `rustc --explain E0774`.