Closed
Description
This function currently returns a syntax_pos::FileName
, which is not exported from the proc_macro
crate.
A good solution may be to export a struct FileName(syntax_pos::FileName)
object which implements Display
.
cc @jseyfried