rust/compiler/rustc_lexer
Julian Wollersberger bd49ded308 Noticed a potential bug in `eat_while()`: it doesn't account for number of UTF8 bytes.
Fixed it by inlining it in the two places where the count is used and simplified the logic there.
2020-10-09 11:12:54 +02:00
..
src Noticed a potential bug in `eat_while()`: it doesn't account for number of UTF8 bytes. 2020-10-09 11:12:54 +02:00
Cargo.toml Update expect-test to 1.0 2020-08-31 21:04:09 +02:00