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
This function currently returns a
syntax_pos::FileName, which is not exported from theproc_macrocrate.A good solution may be to export a
struct FileName(syntax_pos::FileName)object which implementsDisplay.cc @jseyfried