0.4.27
-
Add Cargo cfg
"span-locations"
to exposeSpan::start
andSpan::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).