proc-macro2
proc-macro2 copied to clipboard
Re-add updated Span::start()/end()/line()/column() span-locations methods
Updated for https://github.com/rust-lang/rust/pull/111571
My impression is that this can't be merged as it is a breaking change? But providing the changeset anyway
perhaps it could be compatible using the old Span::before and Span::after names, but that is silly