Re: [PATCH v2 19/19] gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`
Danilo Krummrich <[email protected]>
| Newsgroups | org.kernel.vger.linux-kbuild,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On 6/8/26 4:32 PM, Gary Guo wrote: > On Mon Jun 8, 2026 at 3:14 PM BST, Miguel Ojeda wrote: >> +use zerocopy::FromBytes as _; > > Is this still needed given the prelude additional? There are still lots of other places in this file where FromBytes from the transmute module is used, thus the file still has an explicit transmute::FromBytes import.