Skip to content

spa pod builder/parser macros: Fix recursive macro usage

Tom Wagner requested to merge ryuukyu/pipewire-rs:fix-pod-macros into main

Prepends the $crate path to recursive macro invocations so that the expanded code has the proper path to the macro.

Otherwise, the macro will not compile without it being directly in scope.

Merge request reports