google/zerocopy

Ensure zerocopy-derive doesn't emit code that assumes a prelude

Closed this issue · 1 comments

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.

Closed in #886