Method not found in 'Span' after release.
Open
- Dominant language
- Rust
- Stars
- 934
- Forks
- 135
- PR merge metrics
- No merged PRs in 30d
Description
error[E0599]: no method named `source_file` found for struct `proc_macro2::Span` in the current scope
let source_path = proc_macro2::Span::call_site().source_file().path();
| ^^^^^^^^^^^ method not found in `Span`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.