Support paths relative to the current file in query_file!()
#11
Labels
needs rust feature
This issue or PR needs a Rust feature to be stabilized before it can be merged into master
postponed
This would require
proc_macro::SourceFile
to be stabilized (or a similar API): rust-lang/rust#54725Probably would require fixing rust-lang/rust#62892
We could make it work on nightly using
--cfg procmacro2_semver_exempt
but that's a half-measure.The text was updated successfully, but these errors were encountered: