mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 21:13:15 +00:00
This enable removing the `start` field, so `BorrowedCursor` fits in a single register. Because `written` is almost always used in difference with another call, this changes nothing else in practice.