Closed
Description
This would require proc_macro::SourceFile
to be stabilized (or a similar API): rust-lang/rust#54725
Probably 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.