Skip to content

0.4.27

Choose a tag to compare

@dtolnay dtolnay released this 31 Jan 23:37
· 992 commits to master since this release
0.4.27
7b9bd94
  • Add Cargo cfg "span-locations" to expose Span::start and Span::end accessors that give the line and column location of a Span (#166)

    Be aware that this involves storing more information than before inside of Spans which increases their size -- leading to possibly slower performance of any code involving proc-macro2 types (but only when the cfg is enabled).