mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
962da8bdce
Remove erroneous E0133 code from an error message. This error message is about `derive` and `packed`, but E0133 is for "Unsafe code was used outside of an unsafe function or block". r? ``@estebank``