rust/src/libsyntax
John Clements fdf8543cf6 add nonempty encoding for spans
Before this change, encoding an object containing a codemap::span
using the JSON encodeng produced invalid JSON, for instance:
[{"span":,"global":false,"idents":["abc"]}]
Since the decoder for codemap::span's ignores its argument, I
conjecture that this will not damage decoding, and should improve
it for many decoders.
2013-03-15 08:44:21 -07:00
..
2013-03-08 09:54:20 -05:00
2013-03-15 08:44:21 -07:00
2013-03-13 20:08:35 -07:00
2013-03-12 01:03:34 -07:00