Closed jcgruenhage closed 7 months ago
When the proc macro is derived in another repo, reading the file fails, because it's not read relative to the source file, but relative to the working directory. This can be fixed by using the include_str macro instead.
include_str
When the proc macro is derived in another repo, reading the file fails, because it's not read relative to the source file, but relative to the working directory. This can be fixed by using the
include_str
macro instead.