rust/src/libsyntax
Björn Steinbrink 43cae88079 Lexer: Fix offset handling in get_str_from()
As the comment said, the subtraction is bogus for multibyte characters.
Fortunately, we can just use last_pos instead of pos to get the correct
position without any subtraction hackery.
2013-06-08 03:24:47 +02:00
..
2013-06-06 10:48:27 +03:00
2013-06-01 09:18:27 -07:00
2013-06-06 14:21:07 -07:00