577e839c0d
feat: Remove support for 1.58 proc-macro abi This seems old enough that we can drop the support for it now, the less ABIs we have the less work it is adjusting our span implementation. Extracted from https://github.com/rust-lang/rust-analyzer/pull/14061, will rebase that over this once merged.