rust/crates/syntax
Noritada Kobayashi 180b4cedec Fix the length displayed for byte string literals with escaped newlines
The length of byte strings containing escaped newlines is displayed two
bytes longer when the first escaped character is a newline.

This is due to a small bug in handling the first escaped newline in
string literals.

Closes #13567
2022-11-07 20:07:16 +09:00
..
fuzz Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
src Fix the length displayed for byte string literals with escaped newlines 2022-11-07 20:07:16 +09:00
test_data Fix .gitattributes for test_data 2022-07-24 14:05:35 +02:00
Cargo.toml Bump proc-macro2 2022-10-15 13:02:10 +03:00
rust.ungram Collect generic arguments in associated type bindings 2022-10-27 19:18:59 +09:00