Skip to content

nouveau: nak: derive From<OpFoo> for Op through a proc macro

Daniel Almeida requested to merge dwlsalmeida/mesa:nak-procfrom into nak/main

Derive From for Op through a proc macro. This is much less verbose than adding a manual impl From {..} for all Ops in the NAK IR.

Signed-off-by: Daniel Almeida daniel.almeida@collabora.com

Merge request reports