Sourced from proc-macro2's releases.
1.0.69
- Fix Span::source_text() bug causing panics or incorrect source text (#410)
937bbcd
Release 1.0.6942dc36e
Merge pull request #412
from dtolnay/sourcetext6461c2d
Add out-of-order call to source_text testc4c3251
Explain source_text implementation approach31b14c3
Cache byte offsets computed from a char index0e15461
Make FileInfo mut in source_text to allow amortization of char
indices90b8e1e
Merge pull request #411
from dtolnay/sourcetext137ae0a
Fix source_text treating span.lo as byte offset not char index4c0bd28
Add regression test for issue 41012eddc0
Reword explanation of SourceMap initial value