![]() When the proc-macro rlib is in a different subdir, it would miss the needed -L argument and rustc would not find it. Meson was assuming that proc-macros are only needed when building libraries that uses it, but it turns out that was wrong, as show by the unit test. |
||
---|---|---|
.. | ||
subdir | ||
lib.rs | ||
meson.build | ||
proc.rs | ||
transitive-proc-macro.rs | ||
use.rs |