mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 13:17:58 +00:00
Currently in `collect_tokens_trailing_token`, `start_pos` and `end_pos` are 1-indexed by `replace_ranges` is 0-indexed, which is really confusing. Making them both 0-indexed makes debugging much easier.