Skip to content

1.0.14

Choose a tag to compare

@dtolnay dtolnay released this 21 May 23:58
· 773 commits to master since this release
1.0.14
f4c4017
  • Add Span::mixed_site(), which is behind cfg(procmacro2_semver_exempt) for now but will be stabilized when Rust 1.45 is released (#228, thanks @kevinmehall)
  • Update LineColumn::column to match libproc_macro's column computation, which is character-based (#229, thanks @jrvidal)