Add #![no_implicit_prelude] to every zerocopy-derive test in the zerocopy-derive/tests directory (other than trybuild.rs), and fix whatever breaks. If possible, come up with a more robust strategy to ensure we can't emit code that has this hygiene issue.
Add
#![no_implicit_prelude]to every zerocopy-derive test in thezerocopy-derive/testsdirectory (other thantrybuild.rs), and fix whatever breaks. If possible, come up with a more robust strategy to ensure we can't emit code that has this hygiene issue.