rust-analyzer does not see the path of a Span
's source_file
#19458
Labels
C-feature
Category: feature request
Span
's source_file
#19458
I'd like rust-analyzer to be able to detect the source-file's path of a span.
I have a proc-macro that simply panics and shows the caller's source path:
rustc sees that the filename is
src/main.rs
just fine, but rust-analyzer thinks the filename is blank.The text was updated successfully, but these errors were encountered: